Color Hex Logo

#c4cbef Color Hex

#C4CBEF
(196,203,239)
0 Favorites   0 Comments

Color spaces of #c4cbef

RGB 196203239
HSL0.640.570.85
HSV230°18°94°
CMYK 0.180.150.00   0.06
XYZ59.700960.679690.2271
Yxy60.67960.28350.2881
Hunter Lab77.89710.4837-14.1468
CIE-Lab82.20624.9015-18.5338

#c4cbef color RGB value is (196,203,239).

#c4cbef hex color red value is 196, green value is 203 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c4cbef hue: 0.64 , saturation: 0.57 and the lightness value of c4cbef is 0.85.

The process color (four color CMYK) of #c4cbef color hex is 0.18, 0.15, 0.00, 0.06. Web safe color of #c4cbef is #ccccff. Color #c4cbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001011 11101111
Octal 304 313 357
Decimal 196 203 239
Hex C4 CB EF

RGB Percentages of Color #c4cbef

%30.72
%31.82
%37.46

CMYK Percentages of Color #c4cbef

%18
%15
%0
%6

Triadic Colors of #c4cbef

#c4cbef #efc4cb #cbefc4

Analogous Colors of #c4cbef

#c4cbef #d3c4ef #c4e1ef

Monochromatic Colors of #c4cbef

#c4cbef

Complementary Color

#c4cbef #efe8c4

#c4cbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cbef Color CSS Codes

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

#c4cbef Text Font Color

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

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


#c4cbef Background Color

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

This div background color is #c4cbef


#c4cbef Border Color

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

This div border color is #c4cbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cbef


Comments

No comments written yet.

Please login to write comment.