Color Hex Logo

#c9deda Color Hex

#C9DEDA
(201,222,218)
1 Favorites   0 Comments

Color spaces of #c9deda

RGB 201222218
HSL0.470.240.83
HSV169°87°
CMYK 0.090.000.02   0.13
XYZ62.863669.722076.4741
Yxy69.72200.30070.3335
Hunter Lab83.4997-11.73894.1484
CIE-Lab86.8603-7.7277-0.4340

#c9deda color RGB value is (201,222,218).

#c9deda hex color red value is 201, green value is 222 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c9deda hue: 0.47 , saturation: 0.24 and the lightness value of c9deda is 0.83.

The process color (four color CMYK) of #c9deda color hex is 0.09, 0.00, 0.02, 0.13. Web safe color of #c9deda is #cccccc. Color #c9deda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011110 11011010
Octal 311 336 332
Decimal 201 222 218
Hex C9 DE DA

RGB Percentages of Color #c9deda

%31.36
%34.63
%34.01

CMYK Percentages of Color #c9deda

%9
%0
%2
%13

Triadic Colors of #c9deda

#c9deda #dac9de #dedac9

Analogous Colors of #c9deda

#c9deda #c9d8de #c9ded0

Monochromatic Colors of #c9deda

#c9deda

Complementary Color

#c9deda #dec9cd

#c9deda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9deda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9deda Color CSS Codes

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

#c9deda Text Font Color

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

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


#c9deda Background Color

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

This div background color is #c9deda


#c9deda Border Color

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

This div border color is #c9deda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9deda


Comments

No comments written yet.

Please login to write comment.