Color Hex Logo

#de855f Color Hex

#DE855F
(222,133,95)
0 Favorites   0 Comments

Color spaces of #de855f

RGB 22213395
HSL0.050.660.62
HSV18°57°87°
CMYK 0.000.400.57   0.13
XYZ40.577333.130915.0827
Yxy33.13090.45700.3731
Hunter Lab57.559425.106924.7554
CIE-Lab64.266830.511034.9078

#de855f color RGB value is (222,133,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000101 01011111
Octal 336 205 137
Decimal 222 133 95
Hex DE 85 5F

RGB Percentages of Color #de855f

%49.33
%29.56
%21.11

CMYK Percentages of Color #de855f

%0
%40
%57
%13

Triadic Colors of #de855f

#de855f #5fde85 #855fde

Analogous Colors of #de855f

#de855f #dec55f #de5f79

Monochromatic Colors of #de855f

#de855f

Complementary Color

#de855f #5fb8de

#de855f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de855f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de855f Color CSS Codes

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

#de855f Text Font Color

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

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


#de855f Background Color

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

This div background color is #de855f


#de855f Border Color

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

This div border color is #de855f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de855f


Comments

No comments written yet.

Please login to write comment.