Color Hex Logo

#de865f Color Hex

#DE865F
(222,134,95)
0 Favorites   0 Comments

Color spaces of #de865f

RGB 22213495
HSL0.050.660.62
HSV18°57°87°
CMYK 0.000.400.57   0.13
XYZ40.714933.406015.1286
Yxy33.40600.45620.3743
Hunter Lab57.797924.595324.9394
CIE-Lab64.488329.981135.1849

#de865f color RGB value is (222,134,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000110 01011111
Octal 336 206 137
Decimal 222 134 95
Hex DE 86 5F

RGB Percentages of Color #de865f

%49.22
%29.71
%21.06

CMYK Percentages of Color #de865f

%0
%40
%57
%13

Triadic Colors of #de865f

#de865f #5fde86 #865fde

Analogous Colors of #de865f

#de865f #dec65f #de5f78

Monochromatic Colors of #de865f

#de865f

Complementary Color

#de865f #5fb7de

#de865f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de865f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de865f Color CSS Codes

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

#de865f Text Font Color

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

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


#de865f Background Color

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

This div background color is #de865f


#de865f Border Color

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

This div border color is #de865f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de865f


Comments

No comments written yet.

Please login to write comment.