Color Hex Logo

#cd954b Color Hex

#CD954B
(205,149,75)
0 Favorites   0 Comments

Color spaces of #cd954b

RGB 20514975
HSL0.090.570.55
HSV34°63°80°
CMYK 0.000.270.63   0.20
XYZ37.194334.982011.4485
Yxy34.98200.44480.4183
Hunter Lab59.14568.746829.9255
CIE-Lab65.734613.416046.5245

#cd954b color RGB value is (205,149,75).

#cd954b hex color red value is 205, green value is 149 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cd954b hue: 0.09 , saturation: 0.57 and the lightness value of cd954b is 0.55.

The process color (four color CMYK) of #cd954b color hex is 0.00, 0.27, 0.63, 0.20. Web safe color of #cd954b is #cc9933. Color #cd954b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010101 01001011
Octal 315 225 113
Decimal 205 149 75
Hex CD 95 4B

RGB Percentages of Color #cd954b

%47.79
%34.73
%17.48

CMYK Percentages of Color #cd954b

%0
%27
%63
%20

Triadic Colors of #cd954b

#cd954b #4bcd95 #954bcd

Analogous Colors of #cd954b

#cd954b #c4cd4b #cd544b

Monochromatic Colors of #cd954b

#cd954b

Complementary Color

#cd954b #4b83cd

#cd954b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd954b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd954b Color CSS Codes

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

#cd954b Text Font Color

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

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


#cd954b Background Color

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

This div background color is #cd954b


#cd954b Border Color

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

This div border color is #cd954b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd954b


Comments

No comments written yet.

Please login to write comment.