Color Hex Logo

#c9eddc Color Hex

#C9EDDC
(201,237,220)
0 Favorites   0 Comments

Color spaces of #c9eddc

RGB 201237220
HSL0.420.500.86
HSV152°15°93°
CMYK 0.150.000.07   0.07
XYZ67.289878.153279.2487
Yxy78.15320.29950.3478
Hunter Lab88.4043-18.84058.7334
CIE-Lab90.8498-14.93024.3198

#c9eddc color RGB value is (201,237,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101101 11011100
Octal 311 355 334
Decimal 201 237 220
Hex C9 ED DC

RGB Percentages of Color #c9eddc

%30.55
%36.02
%33.43

CMYK Percentages of Color #c9eddc

%15
%0
%7
%7

Triadic Colors of #c9eddc

#c9eddc #dcc9ed #eddcc9

Analogous Colors of #c9eddc

#c9eddc #c9eced #c9edca

Monochromatic Colors of #c9eddc

#c9eddc

Complementary Color

#c9eddc #edc9da

#c9eddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9eddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9eddc Color CSS Codes

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

#c9eddc Text Font Color

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

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


#c9eddc Background Color

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

This div background color is #c9eddc


#c9eddc Border Color

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

This div border color is #c9eddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9eddc

#c9eddc Color Palettes


Comments

No comments written yet.

Please login to write comment.