Color Hex Logo

#cdb27c Color Hex

#CDB27C
(205,178,124)
0 Favorites   0 Comments

Color spaces of #cdb27c

RGB 205178124
HSL0.110.450.65
HSV40°40°80°
CMYK 0.000.130.40   0.20
XYZ44.735346.275225.6430
Yxy46.27520.38350.3967
Hunter Lab68.0259-1.659825.2682
CIE-Lab73.72382.192031.1868

#cdb27c color RGB value is (205,178,124).

#cdb27c hex color red value is 205, green value is 178 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cdb27c hue: 0.11 , saturation: 0.45 and the lightness value of cdb27c is 0.65.

The process color (four color CMYK) of #cdb27c color hex is 0.00, 0.13, 0.40, 0.20. Web safe color of #cdb27c is #cc9966. Color #cdb27c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110010 01111100
Octal 315 262 174
Decimal 205 178 124
Hex CD B2 7C

RGB Percentages of Color #cdb27c

%40.43
%35.11
%24.46

CMYK Percentages of Color #cdb27c

%0
%13
%40
%20

Triadic Colors of #cdb27c

#cdb27c #7ccdb2 #b27ccd

Analogous Colors of #cdb27c

#cdb27c #c0cd7c #cd8a7c

Monochromatic Colors of #cdb27c

#cdb27c

Complementary Color

#cdb27c #7c97cd

#cdb27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb27c Color CSS Codes

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

#cdb27c Text Font Color

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

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


#cdb27c Background Color

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

This div background color is #cdb27c


#cdb27c Border Color

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

This div border color is #cdb27c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb27c


Comments

No comments written yet.

Please login to write comment.