Color Hex Logo

#c3fcfe Color Hex

#C3FCFE
(195,252,254)
0 Favorites   0 Comments

Color spaces of #c3fcfe

RGB 195252254
HSL0.510.970.88
HSV182°23°100°
CMYK 0.230.010.00   0.00
XYZ75.205588.3787106.8610
Yxy88.37870.27810.3268
Hunter Lab94.0099-21.7221-1.5879
CIE-Lab95.3202-17.3688-6.8229

#c3fcfe color RGB value is (195,252,254).

#c3fcfe hex color red value is 195, green value is 252 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c3fcfe hue: 0.51 , saturation: 0.97 and the lightness value of c3fcfe is 0.88.

The process color (four color CMYK) of #c3fcfe color hex is 0.23, 0.01, 0.00, 0.00. Web safe color of #c3fcfe is #ccffff. Color #c3fcfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11111100 11111110
Octal 303 374 376
Decimal 195 252 254
Hex C3 FC FE

RGB Percentages of Color #c3fcfe

%27.82
%35.95
%36.23

CMYK Percentages of Color #c3fcfe

%23
%1
%0
%0

Triadic Colors of #c3fcfe

#c3fcfe #fec3fc #fcfec3

Analogous Colors of #c3fcfe

#c3fcfe #c3dffe #c3fee3

Monochromatic Colors of #c3fcfe

#c3fcfe

Complementary Color

#c3fcfe #fec5c3

#c3fcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3fcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3fcfe Color CSS Codes

.mybgcolor {background-color:#c3fcfe; } 
.myforecolor {color:#c3fcfe; }
.mybordercolor {border:3px solid #c3fcfe; }

#c3fcfe Text Font Color

<p style="color:#c3fcfe">Text here</p>

This sample text font color is #c3fcfe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c3fcfe Background Color

<div style="background-color:#c3fcfe">
Div content here</div>

This div background color is #c3fcfe


#c3fcfe Border Color

<div style="border:3px solid #c3fcfe">
Div here</div>

This div border color is #c3fcfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,252,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3fcfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3fcfe;
  -webkit-box-shadow: 1px 1px 3px 2px #c3fcfe;
  box-shadow:         1px 1px 3px 2px #c3fcfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,252,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c3fcfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c3fcfe;
  -webkit-box-shadow: 1px 1px 3px 2px #c3fcfe;
  box-shadow:         1px 1px 3px 2px #c3fcfe;">
Div content here</div>

This div box has shadow with color #c3fcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.