Color Hex Logo

#cd994e Color Hex

#CD994E
(205,153,78)
0 Favorites   0 Comments

Color spaces of #cd994e

RGB 20515378
HSL0.100.560.55
HSV35°62°80°
CMYK 0.000.250.62   0.20
XYZ37.943236.311712.2168
Yxy36.31170.43880.4199
Hunter Lab60.25926.941930.1611
CIE-Lab66.757411.445946.2218

#cd994e color RGB value is (205,153,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011001 01001110
Octal 315 231 116
Decimal 205 153 78
Hex CD 99 4E

RGB Percentages of Color #cd994e

%47.02
%35.09
%17.89

CMYK Percentages of Color #cd994e

%0
%25
%62
%20

Triadic Colors of #cd994e

#cd994e #4ecd99 #994ecd

Analogous Colors of #cd994e

#cd994e #c2cd4e #cd5a4e

Monochromatic Colors of #cd994e

#cd994e

Complementary Color

#cd994e #4e82cd

#cd994e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd994e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd994e Color CSS Codes

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

#cd994e Text Font Color

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

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


#cd994e Background Color

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

This div background color is #cd994e


#cd994e Border Color

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

This div border color is #cd994e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd994e


Comments

No comments written yet.

Please login to write comment.