Color Hex Logo

#cd994f Color Hex

#CD994F
(205,153,79)
0 Favorites   0 Comments

Color spaces of #cd994f

RGB 20515379
HSL0.100.560.56
HSV35°61°80°
CMYK 0.000.250.61   0.20
XYZ37.979436.326112.4070
Yxy36.32610.43800.4189
Hunter Lab60.27117.005929.9848
CIE-Lab66.768311.515845.7426

#cd994f color RGB value is (205,153,79).

#cd994f hex color red value is 205, green value is 153 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cd994f hue: 0.10 , saturation: 0.56 and the lightness value of cd994f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011001 01001111
Octal 315 231 117
Decimal 205 153 79
Hex CD 99 4F

RGB Percentages of Color #cd994f

%46.91
%35.01
%18.08

CMYK Percentages of Color #cd994f

%0
%25
%61
%20

Triadic Colors of #cd994f

#cd994f #4fcd99 #994fcd

Analogous Colors of #cd994f

#cd994f #c2cd4f #cd5a4f

Monochromatic Colors of #cd994f

#cd994f

Complementary Color

#cd994f #4f83cd

#cd994f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd994f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd994f Color CSS Codes

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

#cd994f Text Font Color

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

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


#cd994f Background Color

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

This div background color is #cd994f


#cd994f Border Color

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

This div border color is #cd994f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd994f


Comments

No comments written yet.

Please login to write comment.