Color Hex Logo

#c4ceea Color Hex

#C4CEEA
(196,206,234)
0 Favorites   0 Comments

Color spaces of #c4ceea

RGB 196206234
HSL0.620.480.84
HSV224°16°92°
CMYK 0.160.120.00   0.08
XYZ59.687561.818986.6283
Yxy61.81890.28680.2970
Hunter Lab78.6250-2.0870-10.2877
CIE-Lab82.81702.2366-14.9491

#c4ceea color RGB value is (196,206,234).

#c4ceea hex color red value is 196, green value is 206 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c4ceea hue: 0.62 , saturation: 0.48 and the lightness value of c4ceea is 0.84.

The process color (four color CMYK) of #c4ceea color hex is 0.16, 0.12, 0.00, 0.08. Web safe color of #c4ceea is #ccccff. Color #c4ceea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001110 11101010
Octal 304 316 352
Decimal 196 206 234
Hex C4 CE EA

RGB Percentages of Color #c4ceea

%30.82
%32.39
%36.79

CMYK Percentages of Color #c4ceea

%16
%12
%0
%8

Triadic Colors of #c4ceea

#c4ceea #eac4ce #ceeac4

Analogous Colors of #c4ceea

#c4ceea #cdc4ea #c4e1ea

Monochromatic Colors of #c4ceea

#c4ceea

Complementary Color

#c4ceea #eae0c4

#c4ceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ceea Color CSS Codes

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

#c4ceea Text Font Color

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

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


#c4ceea Background Color

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

This div background color is #c4ceea


#c4ceea Border Color

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

This div border color is #c4ceea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,206,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ceea


Comments

No comments written yet.

Please login to write comment.