Color Hex Logo

#dea552 Color Hex

#DEA552
(222,165,82)
0 Favorites   0 Comments

Color spaces of #dea552

RGB 22216582
HSL0.100.680.60
HSV36°63°87°
CMYK 0.000.260.63   0.13
XYZ45.102343.049113.9148
Yxy43.04910.44190.4218
Hunter Lab65.61187.882233.3542
CIE-Lab71.588312.457350.2742

#dea552 color RGB value is (222,165,82).

#dea552 hex color red value is 222, green value is 165 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #dea552 hue: 0.10 , saturation: 0.68 and the lightness value of dea552 is 0.60.

The process color (four color CMYK) of #dea552 color hex is 0.00, 0.26, 0.63, 0.13. Web safe color of #dea552 is #cc9966. Color #dea552 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100101 01010010
Octal 336 245 122
Decimal 222 165 82
Hex DE A5 52

RGB Percentages of Color #dea552

%47.33
%35.18
%17.48

CMYK Percentages of Color #dea552

%0
%26
%63
%13

Triadic Colors of #dea552

#dea552 #52dea5 #a552de

Analogous Colors of #dea552

#dea552 #d1de52 #de5f52

Monochromatic Colors of #dea552

#dea552

Complementary Color

#dea552 #528bde

#dea552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea552 Color CSS Codes

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

#dea552 Text Font Color

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

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


#dea552 Background Color

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

This div background color is #dea552


#dea552 Border Color

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

This div border color is #dea552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea552


Comments

No comments written yet.

Please login to write comment.