Color Hex Logo

#cd995e Color Hex

#CD995E
(205,153,94)
0 Favorites   0 Comments

Color spaces of #cd995e

RGB 20515394
HSL0.090.530.59
HSV32°54°80°
CMYK 0.000.250.54   0.20
XYZ38.588536.569815.6145
Yxy36.56980.42510.4029
Hunter Lab60.47308.075227.0220
CIE-Lab66.953012.678138.3371

#cd995e color RGB value is (205,153,94).

#cd995e hex color red value is 205, green value is 153 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cd995e hue: 0.09 , saturation: 0.53 and the lightness value of cd995e is 0.59.

The process color (four color CMYK) of #cd995e color hex is 0.00, 0.25, 0.54, 0.20. Web safe color of #cd995e is #cc9966. Color #cd995e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011001 01011110
Octal 315 231 136
Decimal 205 153 94
Hex CD 99 5E

RGB Percentages of Color #cd995e

%45.35
%33.85
%20.80

CMYK Percentages of Color #cd995e

%0
%25
%54
%20

Triadic Colors of #cd995e

#cd995e #5ecd99 #995ecd

Analogous Colors of #cd995e

#cd995e #cacd5e #cd625e

Monochromatic Colors of #cd995e

#cd995e

Complementary Color

#cd995e #5e92cd

#cd995e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd995e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd995e Color CSS Codes

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

#cd995e Text Font Color

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

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


#cd995e Background Color

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

This div background color is #cd995e


#cd995e Border Color

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

This div border color is #cd995e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd995e


Comments

No comments written yet.

Please login to write comment.