Color Hex Logo

#cdb37f Color Hex

#CDB37F
(205,179,127)
0 Favorites   0 Comments

Color spaces of #cdb37f

RGB 205179127
HSL0.110.440.65
HSV40°38°80°
CMYK 0.000.130.38   0.20
XYZ45.127746.751626.7242
Yxy46.75160.38050.3942
Hunter Lab68.3751-1.846224.6893
CIE-Lab74.03062.003230.0039

#cdb37f color RGB value is (205,179,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110011 01111111
Octal 315 263 177
Decimal 205 179 127
Hex CD B3 7F

RGB Percentages of Color #cdb37f

%40.12
%35.03
%24.85

CMYK Percentages of Color #cdb37f

%0
%13
%38
%20

Triadic Colors of #cdb37f

#cdb37f #7fcdb3 #b37fcd

Analogous Colors of #cdb37f

#cdb37f #c0cd7f #cd8c7f

Monochromatic Colors of #cdb37f

#cdb37f

Complementary Color

#cdb37f #7f99cd

#cdb37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb37f Color CSS Codes

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

#cdb37f Text Font Color

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

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


#cdb37f Background Color

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

This div background color is #cdb37f


#cdb37f Border Color

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

This div border color is #cdb37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb37f


Comments

No comments written yet.

Please login to write comment.