Color Hex Logo

#cdb96c Color Hex

#CDB96C
(205,185,108)
0 Favorites   0 Comments

Color spaces of #cdb96c

RGB 205185108
HSL0.130.490.61
HSV48°47°80°
CMYK 0.000.100.47   0.20
XYZ45.232648.759821.2149
Yxy48.75980.39260.4232
Hunter Lab69.8282-6.572530.8665
CIE-Lab75.3017-3.173441.4703

#cdb96c color RGB value is (205,185,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 01101100
Octal 315 271 154
Decimal 205 185 108
Hex CD B9 6C

RGB Percentages of Color #cdb96c

%41.16
%37.15
%21.69

CMYK Percentages of Color #cdb96c

%0
%10
%47
%20

Triadic Colors of #cdb96c

#cdb96c #6ccdb9 #b96ccd

Analogous Colors of #cdb96c

#cdb96c #b1cd6c #cd896c

Monochromatic Colors of #cdb96c

#cdb96c

Complementary Color

#cdb96c #6c80cd

#cdb96c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb96c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb96c Color CSS Codes

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

#cdb96c Text Font Color

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

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


#cdb96c Background Color

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

This div background color is #cdb96c


#cdb96c Border Color

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

This div border color is #cdb96c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb96c


Comments

No comments written yet.

Please login to write comment.