Color Hex Logo

#de825f Color Hex

#DE825F
(222,130,95)
0 Favorites   0 Comments

Color spaces of #de825f

RGB 22213095
HSL0.050.660.62
HSV17°57°87°
CMYK 0.000.410.57   0.13
XYZ40.172432.321114.9477
Yxy32.32110.45940.3696
Hunter Lab56.851626.640924.2074
CIE-Lab63.607432.096634.0806

#de825f color RGB value is (222,130,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000010 01011111
Octal 336 202 137
Decimal 222 130 95
Hex DE 82 5F

RGB Percentages of Color #de825f

%49.66
%29.08
%21.25

CMYK Percentages of Color #de825f

%0
%41
%57
%13

Triadic Colors of #de825f

#de825f #5fde82 #825fde

Analogous Colors of #de825f

#de825f #dec25f #de5f7c

Monochromatic Colors of #de825f

#de825f

Complementary Color

#de825f #5fbbde

#de825f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de825f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de825f Color CSS Codes

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

#de825f Text Font Color

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

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


#de825f Background Color

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

This div background color is #de825f


#de825f Border Color

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

This div border color is #de825f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de825f


Comments

No comments written yet.

Please login to write comment.