Color Hex Logo

#cdb76a Color Hex

#CDB76A
(205,183,106)
0 Favorites   0 Comments

Color spaces of #cdb76a

RGB 205183106
HSL0.130.500.61
HSV47°48°80°
CMYK 0.000.110.48   0.20
XYZ44.711847.886720.5222
Yxy47.88670.39530.4233
Hunter Lab69.2002-5.767630.8570
CIE-Lab74.7534-2.314341.8010

#cdb76a color RGB value is (205,183,106).

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

The process color (four color CMYK) of #cdb76a color hex is 0.00, 0.11, 0.48, 0.20. Web safe color of #cdb76a is #cccc66. Color #cdb76a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110111 01101010
Octal 315 267 152
Decimal 205 183 106
Hex CD B7 6A

RGB Percentages of Color #cdb76a

%41.50
%37.04
%21.46

CMYK Percentages of Color #cdb76a

%0
%11
%48
%20

Triadic Colors of #cdb76a

#cdb76a #6acdb7 #b76acd

Analogous Colors of #cdb76a

#cdb76a #b2cd6a #cd866a

Monochromatic Colors of #cdb76a

#cdb76a

Complementary Color

#cdb76a #6a80cd

#cdb76a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb76a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb76a Color CSS Codes

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

#cdb76a Text Font Color

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

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


#cdb76a Background Color

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

This div background color is #cdb76a


#cdb76a Border Color

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

This div border color is #cdb76a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb76a


Comments

No comments written yet.

Please login to write comment.