Color Hex Logo

#de994f Color Hex

#DE994F
(222,153,79)
0 Favorites   0 Comments

Color spaces of #de994f

RGB 22215379
HSL0.090.680.59
HSV31°64°87°
CMYK 0.000.310.64   0.13
XYZ42.926738.876612.6386
Yxy38.87660.45450.4116
Hunter Lab62.351113.777031.6277
CIE-Lab68.661818.697248.4076

#de994f color RGB value is (222,153,79).

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

The process color (four color CMYK) of #de994f color hex is 0.00, 0.31, 0.64, 0.13. Web safe color of #de994f is #cc9966. Color #de994f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011001 01001111
Octal 336 231 117
Decimal 222 153 79
Hex DE 99 4F

RGB Percentages of Color #de994f

%48.90
%33.70
%17.40

CMYK Percentages of Color #de994f

%0
%31
%64
%13

Triadic Colors of #de994f

#de994f #4fde99 #994fde

Analogous Colors of #de994f

#de994f #dcde4f #de524f

Monochromatic Colors of #de994f

#de994f

Complementary Color

#de994f #4f94de

#de994f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de994f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de994f Color CSS Codes

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

#de994f Text Font Color

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

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


#de994f Background Color

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

This div background color is #de994f


#de994f Border Color

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

This div border color is #de994f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,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 #de994f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de994f


Comments

No comments written yet.

Please login to write comment.