Color Hex Logo

#cdeed9 Color Hex

#CDEED9
(205,238,217)
0 Favorites   0 Comments

Color spaces of #cdeed9

RGB 205238217
HSL0.390.490.87
HSV142°14°93°
CMYK 0.140.000.09   0.07
XYZ68.275879.138077.3223
Yxy79.13800.30380.3521
Hunter Lab88.9595-18.681710.7377
CIE-Lab91.2967-14.69056.5601

#cdeed9 color RGB value is (205,238,217).

#cdeed9 hex color red value is 205, green value is 238 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #cdeed9 hue: 0.39 , saturation: 0.49 and the lightness value of cdeed9 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101110 11011001
Octal 315 356 331
Decimal 205 238 217
Hex CD EE D9

RGB Percentages of Color #cdeed9

%31.06
%36.06
%32.88

CMYK Percentages of Color #cdeed9

%14
%0
%9
%7

Triadic Colors of #cdeed9

#cdeed9 #d9cdee #eed9cd

Analogous Colors of #cdeed9

#cdeed9 #cdeeea #d2eecd

Monochromatic Colors of #cdeed9

#cdeed9

Complementary Color

#cdeed9 #eecde2

#cdeed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdeed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdeed9 Color CSS Codes

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

#cdeed9 Text Font Color

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

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


#cdeed9 Background Color

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

This div background color is #cdeed9


#cdeed9 Border Color

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

This div border color is #cdeed9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,238,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cdeed9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cdeed9;
  -webkit-box-shadow: 1px 1px 3px 2px #cdeed9;
  box-shadow:         1px 1px 3px 2px #cdeed9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,238,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdeed9


Comments

No comments written yet.

Please login to write comment.