Color Hex Logo

#cdb29c Color Hex

#CDB29C
(205,178,156)
0 Favorites   0 Comments

Color spaces of #cdb29c

RGB 205178156
HSL0.070.330.71
HSV27°24°80°
CMYK 0.000.130.24   0.20
XYZ47.098047.220238.0846
Yxy47.22020.35570.3566
Hunter Lab68.71702.087715.2419
CIE-Lab74.33046.307114.8262

#cdb29c color RGB value is (205,178,156).

#cdb29c hex color red value is 205, green value is 178 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cdb29c hue: 0.07 , saturation: 0.33 and the lightness value of cdb29c is 0.71.

The process color (four color CMYK) of #cdb29c color hex is 0.00, 0.13, 0.24, 0.20. Web safe color of #cdb29c is #cc9999. Color #cdb29c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110010 10011100
Octal 315 262 234
Decimal 205 178 156
Hex CD B2 9C

RGB Percentages of Color #cdb29c

%38.03
%33.02
%28.94

CMYK Percentages of Color #cdb29c

%0
%13
%24
%20

Triadic Colors of #cdb29c

#cdb29c #9ccdb2 #b29ccd

Analogous Colors of #cdb29c

#cdb29c #cdcb9c #cd9c9f

Monochromatic Colors of #cdb29c

#cdb29c

Complementary Color

#cdb29c #9cb7cd

#cdb29c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb29c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb29c Color CSS Codes

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

#cdb29c Text Font Color

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

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


#cdb29c Background Color

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

This div background color is #cdb29c


#cdb29c Border Color

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

This div border color is #cdb29c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb29c


Comments

No comments written yet.

Please login to write comment.