Color Hex Logo

#cdb86c Color Hex

#CDB86C
(205,184,108)
0 Favorites   0 Comments

Color spaces of #cdb86c

RGB 205184108
HSL0.130.490.61
HSV47°47°80°
CMYK 0.000.100.47   0.20
XYZ45.024148.342821.1454
Yxy48.34280.39320.4222
Hunter Lab69.5290-6.086530.6388
CIE-Lab75.0406-2.649141.1470

#cdb86c color RGB value is (205,184,108).

#cdb86c hex color red value is 205, green value is 184 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #cdb86c hue: 0.13 , saturation: 0.49 and the lightness value of cdb86c is 0.61.

The process color (four color CMYK) of #cdb86c color hex is 0.00, 0.10, 0.47, 0.20. Web safe color of #cdb86c is #cccc66. Color #cdb86c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111000 01101100
Octal 315 270 154
Decimal 205 184 108
Hex CD B8 6C

RGB Percentages of Color #cdb86c

%41.25
%37.02
%21.73

CMYK Percentages of Color #cdb86c

%0
%10
%47
%20

Triadic Colors of #cdb86c

#cdb86c #6ccdb8 #b86ccd

Analogous Colors of #cdb86c

#cdb86c #b2cd6c #cd886c

Monochromatic Colors of #cdb86c

#cdb86c

Complementary Color

#cdb86c #6c81cd

#cdb86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb86c Color CSS Codes

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

#cdb86c Text Font Color

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

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


#cdb86c Background Color

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

This div background color is #cdb86c


#cdb86c Border Color

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

This div border color is #cdb86c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb86c


Comments

No comments written yet.

Please login to write comment.