Color Hex Logo

#cdb37d Color Hex

#CDB37D
(205,179,125)
0 Favorites   0 Comments

Color spaces of #cdb37d

RGB 205179125
HSL0.110.440.65
HSV41°39°80°
CMYK 0.000.130.39   0.20
XYZ44.998646.700026.0444
Yxy46.70000.38220.3966
Hunter Lab68.3374-2.052325.2399
CIE-Lab73.99751.773731.0177

#cdb37d color RGB value is (205,179,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110011 01111101
Octal 315 263 175
Decimal 205 179 125
Hex CD B3 7D

RGB Percentages of Color #cdb37d

%40.28
%35.17
%24.56

CMYK Percentages of Color #cdb37d

%0
%13
%39
%20

Triadic Colors of #cdb37d

#cdb37d #7dcdb3 #b37dcd

Analogous Colors of #cdb37d

#cdb37d #bfcd7d #cd8b7d

Monochromatic Colors of #cdb37d

#cdb37d

Complementary Color

#cdb37d #7d97cd

#cdb37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb37d Color CSS Codes

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

#cdb37d Text Font Color

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

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


#cdb37d Background Color

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

This div background color is #cdb37d


#cdb37d Border Color

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

This div border color is #cdb37d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb37d

#cdb37d Color Palettes


Comments

No comments written yet.

Please login to write comment.