Color Hex Logo

#cdee9d Color Hex

#CDEE9D
(205,238,157)
0 Favorites   0 Comments

Color spaces of #cdee9d

RGB 205238157
HSL0.230.700.77
HSV84°34°93°
CMYK 0.140.000.34   0.07
XYZ61.837276.562543.4172
Yxy76.56250.34010.4211
Hunter Lab87.5000-26.977131.8305
CIE-Lab90.1199-24.161335.7576

#cdee9d color RGB value is (205,238,157).

#cdee9d hex color red value is 205, green value is 238 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cdee9d hue: 0.23 , saturation: 0.70 and the lightness value of cdee9d is 0.77.

The process color (four color CMYK) of #cdee9d color hex is 0.14, 0.00, 0.34, 0.07. Web safe color of #cdee9d is #ccff99. Color #cdee9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101110 10011101
Octal 315 356 235
Decimal 205 238 157
Hex CD EE 9D

RGB Percentages of Color #cdee9d

%34.17
%39.67
%26.17

CMYK Percentages of Color #cdee9d

%14
%0
%34
%7

Triadic Colors of #cdee9d

#cdee9d #9dcdee #ee9dcd

Analogous Colors of #cdee9d

#cdee9d #a5ee9d #eee79d

Monochromatic Colors of #cdee9d

#cdee9d

Complementary Color

#cdee9d #be9dee

#cdee9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdee9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdee9d Color CSS Codes

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

#cdee9d Text Font Color

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

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


#cdee9d Background Color

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

This div background color is #cdee9d


#cdee9d Border Color

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

This div border color is #cdee9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdee9d


Comments

No comments written yet.

Please login to write comment.