Color Hex Logo

#de965f Color Hex

#DE965F
(222,150,95)
0 Favorites   0 Comments

Color spaces of #de965f

RGB 22215095
HSL0.070.660.62
HSV26°57°87°
CMYK 0.000.320.57   0.13
XYZ43.096138.168515.9223
Yxy38.16850.44340.3927
Hunter Lab61.780716.399427.9661
CIE-Lab68.144621.430339.7082

#de965f color RGB value is (222,150,95).

#de965f hex color red value is 222, green value is 150 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #de965f hue: 0.07 , saturation: 0.66 and the lightness value of de965f is 0.62.

The process color (four color CMYK) of #de965f color hex is 0.00, 0.32, 0.57, 0.13. Web safe color of #de965f is #cc9966. Color #de965f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010110 01011111
Octal 336 226 137
Decimal 222 150 95
Hex DE 96 5F

RGB Percentages of Color #de965f

%47.54
%32.12
%20.34

CMYK Percentages of Color #de965f

%0
%32
%57
%13

Triadic Colors of #de965f

#de965f #5fde96 #965fde

Analogous Colors of #de965f

#de965f #ded65f #de5f68

Monochromatic Colors of #de965f

#de965f

Complementary Color

#de965f #5fa7de

#de965f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de965f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de965f Color CSS Codes

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

#de965f Text Font Color

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

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


#de965f Background Color

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

This div background color is #de965f


#de965f Border Color

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

This div border color is #de965f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,150,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de965f


Comments

No comments written yet.

Please login to write comment.