Color Hex Logo

#cde08d Color Hex

#CDE08D
(205,224,141)
0 Favorites   0 Comments

Color spaces of #cde08d

RGB 205224141
HSL0.200.570.72
HSV74°37°88°
CMYK 0.080.000.37   0.12
XYZ56.640268.213535.3806
Yxy68.21350.35350.4257
Hunter Lab82.5915-22.122032.4153
CIE-Lab86.1131-19.384938.5584

#cde08d color RGB value is (205,224,141).

#cde08d hex color red value is 205, green value is 224 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cde08d hue: 0.20 , saturation: 0.57 and the lightness value of cde08d is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100000 10001101
Octal 315 340 215
Decimal 205 224 141
Hex CD E0 8D

RGB Percentages of Color #cde08d

%35.96
%39.30
%24.74

CMYK Percentages of Color #cde08d

%8
%0
%37
%12

Triadic Colors of #cde08d

#cde08d #8dcde0 #e08dcd

Analogous Colors of #cde08d

#cde08d #a4e08d #e0ca8d

Monochromatic Colors of #cde08d

#cde08d

Complementary Color

#cde08d #a08de0

#cde08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde08d Color CSS Codes

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

#cde08d Text Font Color

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

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


#cde08d Background Color

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

This div background color is #cde08d


#cde08d Border Color

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

This div border color is #cde08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde08d


Comments

No comments written yet.

Please login to write comment.