Color Hex Logo

#c9edde Color Hex

#C9EDDE
(201,237,222)
0 Favorites   0 Comments

Color spaces of #c9edde

RGB 201237222
HSL0.430.500.86
HSV155°15°93°
CMYK 0.150.000.06   0.07
XYZ67.556478.259880.6523
Yxy78.25980.29830.3456
Hunter Lab88.4646-18.50067.8711
CIE-Lab90.8983-14.55173.3476

#c9edde color RGB value is (201,237,222).

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

The process color (four color CMYK) of #c9edde color hex is 0.15, 0.00, 0.06, 0.07. Web safe color of #c9edde is #ccffcc. Color #c9edde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101101 11011110
Octal 311 355 336
Decimal 201 237 222
Hex C9 ED DE

RGB Percentages of Color #c9edde

%30.45
%35.91
%33.64

CMYK Percentages of Color #c9edde

%15
%0
%6
%7

Triadic Colors of #c9edde

#c9edde #dec9ed #eddec9

Analogous Colors of #c9edde

#c9edde #c9eaed #c9edcc

Monochromatic Colors of #c9edde

#c9edde

Complementary Color

#c9edde #edc9d8

#c9edde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9edde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9edde Color CSS Codes

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

#c9edde Text Font Color

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

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


#c9edde Background Color

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

This div background color is #c9edde


#c9edde Border Color

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

This div border color is #c9edde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9edde


Comments

No comments written yet.

Please login to write comment.