Color Hex Logo

#c9cbef Color Hex

#C9CBEF
(201,203,239)
0 Favorites   0 Comments

Color spaces of #c9cbef

RGB 201203239
HSL0.660.540.86
HSV237°16°94°
CMYK 0.160.150.00   0.06
XYZ61.023361.361490.2890
Yxy61.36140.28690.2885
Hunter Lab78.33351.9712-13.5055
CIE-Lab82.57266.4606-17.9449

#c9cbef color RGB value is (201,203,239).

#c9cbef hex color red value is 201, green value is 203 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c9cbef hue: 0.66 , saturation: 0.54 and the lightness value of c9cbef is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001011 11101111
Octal 311 313 357
Decimal 201 203 239
Hex C9 CB EF

RGB Percentages of Color #c9cbef

%31.26
%31.57
%37.17

CMYK Percentages of Color #c9cbef

%16
%15
%0
%6

Triadic Colors of #c9cbef

#c9cbef #efc9cb #cbefc9

Analogous Colors of #c9cbef

#c9cbef #dac9ef #c9deef

Monochromatic Colors of #c9cbef

#c9cbef

Complementary Color

#c9cbef #efedc9

#c9cbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cbef Color CSS Codes

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

#c9cbef Text Font Color

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

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


#c9cbef Background Color

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

This div background color is #c9cbef


#c9cbef Border Color

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

This div border color is #c9cbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cbef


Comments

No comments written yet.

Please login to write comment.