Color Hex Logo

#dea25a Color Hex

#DEA25A
(222,162,90)
0 Favorites   0 Comments

Color spaces of #dea25a

RGB 22216290
HSL0.090.670.61
HSV33°59°87°
CMYK 0.000.270.59   0.13
XYZ44.890042.108415.4346
Yxy42.10840.43820.4111
Hunter Lab64.89109.922731.3213
CIE-Lab70.945614.614645.6244

#dea25a color RGB value is (222,162,90).

#dea25a hex color red value is 222, green value is 162 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dea25a hue: 0.09 , saturation: 0.67 and the lightness value of dea25a is 0.61.

The process color (four color CMYK) of #dea25a color hex is 0.00, 0.27, 0.59, 0.13. Web safe color of #dea25a is #cc9966. Color #dea25a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100010 01011010
Octal 336 242 132
Decimal 222 162 90
Hex DE A2 5A

RGB Percentages of Color #dea25a

%46.84
%34.18
%18.99

CMYK Percentages of Color #dea25a

%0
%27
%59
%13

Triadic Colors of #dea25a

#dea25a #5adea2 #a25ade

Analogous Colors of #dea25a

#dea25a #d8de5a #de605a

Monochromatic Colors of #dea25a

#dea25a

Complementary Color

#dea25a #5a96de

#dea25a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea25a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea25a Color CSS Codes

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

#dea25a Text Font Color

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

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


#dea25a Background Color

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

This div background color is #dea25a


#dea25a Border Color

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

This div border color is #dea25a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea25a


Comments

No comments written yet.

Please login to write comment.