Color Hex Logo

#cdeebd Color Hex

#CDEEBD
(205,238,189)
0 Favorites   0 Comments

Color spaces of #cdeebd

RGB 205238189
HSL0.280.590.84
HSV100°21°93°
CMYK 0.140.000.21   0.07
XYZ64.936777.802359.7389
Yxy77.80230.32070.3843
Hunter Lab88.2056-22.948721.5887
CIE-Lab90.6896-19.496120.2173

#cdeebd color RGB value is (205,238,189).

#cdeebd hex color red value is 205, green value is 238 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cdeebd hue: 0.28 , saturation: 0.59 and the lightness value of cdeebd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101110 10111101
Octal 315 356 275
Decimal 205 238 189
Hex CD EE BD

RGB Percentages of Color #cdeebd

%32.44
%37.66
%29.91

CMYK Percentages of Color #cdeebd

%14
%0
%21
%7

Triadic Colors of #cdeebd

#cdeebd #bdcdee #eebdcd

Analogous Colors of #cdeebd

#cdeebd #bdeec6 #e6eebd

Monochromatic Colors of #cdeebd

#cdeebd

Complementary Color

#cdeebd #debdee

#cdeebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdeebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdeebd Color CSS Codes

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

#cdeebd Text Font Color

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

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


#cdeebd Background Color

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

This div background color is #cdeebd


#cdeebd Border Color

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

This div border color is #cdeebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdeebd


Comments

No comments written yet.

Please login to write comment.