Color Hex Logo

#c4cefe Color Hex

#C4CEFE
(196,206,254)
0 Favorites   0 Comments

Color spaces of #c4cefe

RGB 196206254
HSL0.640.970.88
HSV230°23°100°
CMYK 0.230.190.00   0.00
XYZ62.725663.0341102.6267
Yxy63.03410.27460.2760
Hunter Lab79.39402.0852-21.0639
CIE-Lab83.46036.6086-24.6103

#c4cefe color RGB value is (196,206,254).

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

The process color (four color CMYK) of #c4cefe color hex is 0.23, 0.19, 0.00, 0.00. Web safe color of #c4cefe is #ccccff. Color #c4cefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001110 11111110
Octal 304 316 376
Decimal 196 206 254
Hex C4 CE FE

RGB Percentages of Color #c4cefe

%29.88
%31.40
%38.72

CMYK Percentages of Color #c4cefe

%23
%19
%0
%0

Triadic Colors of #c4cefe

#c4cefe #fec4ce #cefec4

Analogous Colors of #c4cefe

#c4cefe #d7c4fe #c4ebfe

Monochromatic Colors of #c4cefe

#c4cefe

Complementary Color

#c4cefe #fef4c4

#c4cefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cefe Color CSS Codes

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

#c4cefe Text Font Color

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

This sample text font color is #c4cefe
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.


#c4cefe Background Color

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

This div background color is #c4cefe


#c4cefe Border Color

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

This div border color is #c4cefe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,206,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 #c4cefe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cefe


Comments

No comments written yet.

Please login to write comment.