Color Hex Logo

#cdb57e Color Hex

#CDB57E
(205,181,126)
0 Favorites   0 Comments

Color spaces of #cdb57e

RGB 205181126
HSL0.120.440.65
HSV42°39°80°
CMYK 0.000.120.39   0.20
XYZ45.466647.533226.5171
Yxy47.53320.38040.3977
Hunter Lab68.9443-2.937525.4571
CIE-Lab74.52950.826631.1884

#cdb57e color RGB value is (205,181,126).

#cdb57e hex color red value is 205, green value is 181 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cdb57e hue: 0.12 , saturation: 0.44 and the lightness value of cdb57e is 0.65.

The process color (four color CMYK) of #cdb57e color hex is 0.00, 0.12, 0.39, 0.20. Web safe color of #cdb57e is #cccc66. Color #cdb57e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 01111110
Octal 315 265 176
Decimal 205 181 126
Hex CD B5 7E

RGB Percentages of Color #cdb57e

%40.04
%35.35
%24.61

CMYK Percentages of Color #cdb57e

%0
%12
%39
%20

Triadic Colors of #cdb57e

#cdb57e #7ecdb5 #b57ecd

Analogous Colors of #cdb57e

#cdb57e #becd7e #cd8e7e

Monochromatic Colors of #cdb57e

#cdb57e

Complementary Color

#cdb57e #7e96cd

#cdb57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb57e Color CSS Codes

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

#cdb57e Text Font Color

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

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


#cdb57e Background Color

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

This div background color is #cdb57e


#cdb57e Border Color

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

This div border color is #cdb57e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb57e


Comments

No comments written yet.

Please login to write comment.