Color Hex Logo

#c9deec Color Hex

#C9DEEC
(201,222,236)
0 Favorites   0 Comments

Color spaces of #c9deec

RGB 201222236
HSL0.570.480.86
HSV204°15°93°
CMYK 0.150.060.00   0.07
XYZ65.349070.716289.5622
Yxy70.71620.28960.3134
Hunter Lab84.0929-8.4494-4.2811
CIE-Lab87.3469-4.1580-9.2078

#c9deec color RGB value is (201,222,236).

#c9deec hex color red value is 201, green value is 222 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c9deec hue: 0.57 , saturation: 0.48 and the lightness value of c9deec is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011110 11101100
Octal 311 336 354
Decimal 201 222 236
Hex C9 DE EC

RGB Percentages of Color #c9deec

%30.50
%33.69
%35.81

CMYK Percentages of Color #c9deec

%15
%6
%0
%7

Triadic Colors of #c9deec

#c9deec #ecc9de #deecc9

Analogous Colors of #c9deec

#c9deec #c9cdec #c9ece9

Monochromatic Colors of #c9deec

#c9deec

Complementary Color

#c9deec #ecd7c9

#c9deec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9deec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9deec Color CSS Codes

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

#c9deec Text Font Color

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

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


#c9deec Background Color

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

This div background color is #c9deec


#c9deec Border Color

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

This div border color is #c9deec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,222,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9deec


Comments

No comments written yet.

Please login to write comment.