Color Hex Logo

#cdd29e Color Hex

#CDD29E
(205,210,158)
0 Favorites   0 Comments

Color spaces of #cdd29e

RGB 205210158
HSL0.180.370.72
HSV66°25°82°
CMYK 0.020.000.25   0.18
XYZ54.395061.540941.3594
Yxy61.54090.34580.3912
Hunter Lab78.4480-13.514023.6547
CIE-Lab82.6687-10.172925.2741

#cdd29e color RGB value is (205,210,158).

#cdd29e hex color red value is 205, green value is 210 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cdd29e hue: 0.18 , saturation: 0.37 and the lightness value of cdd29e is 0.72.

The process color (four color CMYK) of #cdd29e color hex is 0.02, 0.00, 0.25, 0.18. Web safe color of #cdd29e is #cccc99. Color #cdd29e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010010 10011110
Octal 315 322 236
Decimal 205 210 158
Hex CD D2 9E

RGB Percentages of Color #cdd29e

%35.78
%36.65
%27.57

CMYK Percentages of Color #cdd29e

%2
%0
%25
%18

Triadic Colors of #cdd29e

#cdd29e #9ecdd2 #d29ecd

Analogous Colors of #cdd29e

#cdd29e #b3d29e #d2bd9e

Monochromatic Colors of #cdd29e

#cdd29e

Complementary Color

#cdd29e #a39ed2

#cdd29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd29e Color CSS Codes

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

#cdd29e Text Font Color

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

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


#cdd29e Background Color

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

This div background color is #cdd29e


#cdd29e Border Color

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

This div border color is #cdd29e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd29e


Comments

No comments written yet.

Please login to write comment.