Color Hex Logo

#de852e Color Hex

#DE852E
(222,133,46)
0 Favorites   0 Comments

Color spaces of #de852e

RGB 22213346
HSL0.080.730.53
HSV30°79°87°
CMYK 0.000.400.79   0.13
XYZ39.004932.50196.8025
Yxy32.50190.49810.4150
Hunter Lab57.010422.356332.8328
CIE-Lab63.755527.787258.1500

#de852e color RGB value is (222,133,46).

#de852e hex color red value is 222, green value is 133 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #de852e hue: 0.08 , saturation: 0.73 and the lightness value of de852e is 0.53.

The process color (four color CMYK) of #de852e color hex is 0.00, 0.40, 0.79, 0.13. Web safe color of #de852e is #cc9933. Color #de852e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000101 00101110
Octal 336 205 56
Decimal 222 133 46
Hex DE 85 2E

RGB Percentages of Color #de852e

%55.36
%33.17
%11.47

CMYK Percentages of Color #de852e

%0
%40
%79
%13

Triadic Colors of #de852e

#de852e #2ede85 #852ede

Analogous Colors of #de852e

#de852e #dedd2e #de2e2f

Monochromatic Colors of #de852e

#de852e

Complementary Color

#de852e #2e87de

#de852e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de852e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de852e Color CSS Codes

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

#de852e Text Font Color

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

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


#de852e Background Color

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

This div background color is #de852e


#de852e Border Color

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

This div border color is #de852e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de852e


Comments

No comments written yet.

Please login to write comment.