Color Hex Logo

#cdb47f Color Hex

#CDB47F
(205,180,127)
0 Favorites   0 Comments

Color spaces of #cdb47f

RGB 205180127
HSL0.110.440.65
HSV41°38°80°
CMYK 0.000.120.38   0.20
XYZ45.328947.154026.7912
Yxy47.15400.38000.3953
Hunter Lab68.6688-2.340824.9361
CIE-Lab74.28821.471930.3434

#cdb47f color RGB value is (205,180,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110100 01111111
Octal 315 264 177
Decimal 205 180 127
Hex CD B4 7F

RGB Percentages of Color #cdb47f

%40.04
%35.16
%24.80

CMYK Percentages of Color #cdb47f

%0
%12
%38
%20

Triadic Colors of #cdb47f

#cdb47f #7fcdb4 #b47fcd

Analogous Colors of #cdb47f

#cdb47f #bfcd7f #cd8d7f

Monochromatic Colors of #cdb47f

#cdb47f

Complementary Color

#cdb47f #7f98cd

#cdb47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb47f Color CSS Codes

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

#cdb47f Text Font Color

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

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


#cdb47f Background Color

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

This div background color is #cdb47f


#cdb47f Border Color

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

This div border color is #cdb47f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,180,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 #cdb47f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb47f


Comments

No comments written yet.

Please login to write comment.