Color Hex Logo

#c4cbe0 Color Hex

#C4CBE0
(196,203,224)
0 Favorites   0 Comments

Color spaces of #c4cbe0

RGB 196203224
HSL0.630.310.82
HSV225°13°88°
CMYK 0.130.090.00   0.12
XYZ57.575459.829579.0347
Yxy59.82950.29310.3046
Hunter Lab77.3495-2.4946-6.4370
CIE-Lab81.74541.7444-11.2153

#c4cbe0 color RGB value is (196,203,224).

#c4cbe0 hex color red value is 196, green value is 203 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #c4cbe0 hue: 0.63 , saturation: 0.31 and the lightness value of c4cbe0 is 0.82.

The process color (four color CMYK) of #c4cbe0 color hex is 0.13, 0.09, 0.00, 0.12. Web safe color of #c4cbe0 is #cccccc. Color #c4cbe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001011 11100000
Octal 304 313 340
Decimal 196 203 224
Hex C4 CB E0

RGB Percentages of Color #c4cbe0

%31.46
%32.58
%35.96

CMYK Percentages of Color #c4cbe0

%13
%9
%0
%12

Triadic Colors of #c4cbe0

#c4cbe0 #e0c4cb #cbe0c4

Analogous Colors of #c4cbe0

#c4cbe0 #cbc4e0 #c4d9e0

Monochromatic Colors of #c4cbe0

#c4cbe0

Complementary Color

#c4cbe0 #e0d9c4

#c4cbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cbe0 Color CSS Codes

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

#c4cbe0 Text Font Color

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

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


#c4cbe0 Background Color

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

This div background color is #c4cbe0


#c4cbe0 Border Color

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

This div border color is #c4cbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cbe0


Comments

No comments written yet.

Please login to write comment.