Color Hex Logo

#cdd29b Color Hex

#CDD29B
(205,210,155)
0 Favorites   0 Comments

Color spaces of #cdd29b

RGB 205210155
HSL0.180.380.72
HSV65°26°82°
CMYK 0.020.000.26   0.18
XYZ54.139861.438940.0158
Yxy61.43890.34800.3949
Hunter Lab78.3830-13.878724.5996
CIE-Lab82.6141-10.588026.7658

#cdd29b color RGB value is (205,210,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010010 10011011
Octal 315 322 233
Decimal 205 210 155
Hex CD D2 9B

RGB Percentages of Color #cdd29b

%35.96
%36.84
%27.19

CMYK Percentages of Color #cdd29b

%2
%0
%26
%18

Triadic Colors of #cdd29b

#cdd29b #9bcdd2 #d29bcd

Analogous Colors of #cdd29b

#cdd29b #b2d29b #d2bc9b

Monochromatic Colors of #cdd29b

#cdd29b

Complementary Color

#cdd29b #a09bd2

#cdd29b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd29b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd29b Color CSS Codes

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

#cdd29b Text Font Color

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

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


#cdd29b Background Color

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

This div background color is #cdd29b


#cdd29b Border Color

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

This div border color is #cdd29b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd29b


Comments

No comments written yet.

Please login to write comment.