Color Hex Logo

#cd973b Color Hex

#CD973B
(205,151,59)
0 Favorites   0 Comments

Color spaces of #cd973b

RGB 20515159
HSL0.110.590.52
HSV38°71°80°
CMYK 0.000.260.71   0.20
XYZ37.032935.42819.0241
Yxy35.42810.45450.4348
Hunter Lab59.52156.895932.6761
CIE-Lab66.080611.395054.3194

#cd973b color RGB value is (205,151,59).

#cd973b hex color red value is 205, green value is 151 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cd973b hue: 0.11 , saturation: 0.59 and the lightness value of cd973b is 0.52.

The process color (four color CMYK) of #cd973b color hex is 0.00, 0.26, 0.71, 0.20. Web safe color of #cd973b is #cc9933. Color #cd973b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010111 00111011
Octal 315 227 73
Decimal 205 151 59
Hex CD 97 3B

RGB Percentages of Color #cd973b

%49.40
%36.39
%14.22

CMYK Percentages of Color #cd973b

%0
%26
%71
%20

Triadic Colors of #cd973b

#cd973b #3bcd97 #973bcd

Analogous Colors of #cd973b

#cd973b #bacd3b #cd4e3b

Monochromatic Colors of #cd973b

#cd973b

Complementary Color

#cd973b #3b71cd

#cd973b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd973b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd973b Color CSS Codes

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

#cd973b Text Font Color

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

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


#cd973b Background Color

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

This div background color is #cd973b


#cd973b Border Color

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

This div border color is #cd973b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd973b


Comments

No comments written yet.

Please login to write comment.