Color Hex Logo

#cdde8c Color Hex

#CDDE8C
(205,222,140)
0 Favorites   0 Comments

Color spaces of #cdde8c

RGB 205222140
HSL0.200.550.71
HSV72°37°87°
CMYK 0.080.000.37   0.13
XYZ56.031767.115134.8123
Yxy67.11510.35470.4249
Hunter Lab81.9238-21.281832.1523
CIE-Lab85.5620-18.521838.3485

#cdde8c color RGB value is (205,222,140).

#cdde8c hex color red value is 205, green value is 222 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #cdde8c hue: 0.20 , saturation: 0.55 and the lightness value of cdde8c is 0.71.

The process color (four color CMYK) of #cdde8c color hex is 0.08, 0.00, 0.37, 0.13. Web safe color of #cdde8c is #cccc99. Color #cdde8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011110 10001100
Octal 315 336 214
Decimal 205 222 140
Hex CD DE 8C

RGB Percentages of Color #cdde8c

%36.16
%39.15
%24.69

CMYK Percentages of Color #cdde8c

%8
%0
%37
%13

Triadic Colors of #cdde8c

#cdde8c #8ccdde #de8ccd

Analogous Colors of #cdde8c

#cdde8c #a4de8c #dec68c

Monochromatic Colors of #cdde8c

#cdde8c

Complementary Color

#cdde8c #9d8cde

#cdde8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdde8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdde8c Color CSS Codes

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

#cdde8c Text Font Color

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

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


#cdde8c Background Color

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

This div background color is #cdde8c


#cdde8c Border Color

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

This div border color is #cdde8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdde8c


Comments

No comments written yet.

Please login to write comment.