Color Hex Logo

#cd955d Color Hex

#CD955D
(205,149,93)
0 Favorites   0 Comments

Color spaces of #cd955d

RGB 20514993
HSL0.080.530.58
HSV30°55°80°
CMYK 0.000.270.55   0.20
XYZ37.900135.264315.1651
Yxy35.26430.42910.3992
Hunter Lab59.383810.001326.4275
CIE-Lab65.953914.769737.6286

#cd955d color RGB value is (205,149,93).

#cd955d hex color red value is 205, green value is 149 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cd955d hue: 0.08 , saturation: 0.53 and the lightness value of cd955d is 0.58.

The process color (four color CMYK) of #cd955d color hex is 0.00, 0.27, 0.55, 0.20. Web safe color of #cd955d is #cc9966. Color #cd955d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010101 01011101
Octal 315 225 135
Decimal 205 149 93
Hex CD 95 5D

RGB Percentages of Color #cd955d

%45.86
%33.33
%20.81

CMYK Percentages of Color #cd955d

%0
%27
%55
%20

Triadic Colors of #cd955d

#cd955d #5dcd95 #955dcd

Analogous Colors of #cd955d

#cd955d #cdcd5d #cd5d5d

Monochromatic Colors of #cd955d

#cd955d

Complementary Color

#cd955d #5d95cd

#cd955d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd955d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd955d Color CSS Codes

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

#cd955d Text Font Color

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

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


#cd955d Background Color

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

This div background color is #cd955d


#cd955d Border Color

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

This div border color is #cd955d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd955d


Comments

No comments written yet.

Please login to write comment.