Color Hex Logo

#c9deeb Color Hex

#C9DEEB
(201,222,235)
0 Favorites   0 Comments

Color spaces of #c9deeb

RGB 201222235
HSL0.560.460.85
HSV203°14°92°
CMYK 0.140.060.00   0.08
XYZ65.204170.658288.7990
Yxy70.65820.29020.3145
Hunter Lab84.0584-8.6399-3.7928
CIE-Lab87.3187-4.3626-8.7228

#c9deeb color RGB value is (201,222,235).

#c9deeb hex color red value is 201, green value is 222 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c9deeb hue: 0.56 , saturation: 0.46 and the lightness value of c9deeb is 0.85.

The process color (four color CMYK) of #c9deeb color hex is 0.14, 0.06, 0.00, 0.08. Web safe color of #c9deeb is #ccccff. Color #c9deeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011110 11101011
Octal 311 336 353
Decimal 201 222 235
Hex C9 DE EB

RGB Percentages of Color #c9deeb

%30.55
%33.74
%35.71

CMYK Percentages of Color #c9deeb

%14
%6
%0
%8

Triadic Colors of #c9deeb

#c9deeb #ebc9de #deebc9

Analogous Colors of #c9deeb

#c9deeb #c9cdeb #c9ebe7

Monochromatic Colors of #c9deeb

#c9deeb

Complementary Color

#c9deeb #ebd6c9

#c9deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9deeb Color CSS Codes

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

#c9deeb Text Font Color

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

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


#c9deeb Background Color

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

This div background color is #c9deeb


#c9deeb Border Color

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

This div border color is #c9deeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9deeb


Comments

No comments written yet.

Please login to write comment.