Color Hex Logo

#dea843 Color Hex

#DEA843
(222,168,67)
0 Favorites   0 Comments

Color spaces of #dea843

RGB 22216867
HSL0.110.700.57
HSV39°70°87°
CMYK 0.000.240.70   0.13
XYZ45.140043.940111.4123
Yxy43.94010.44920.4372
Hunter Lab66.28735.551236.1935
CIE-Lab72.18849.979057.7514

#dea843 color RGB value is (222,168,67).

#dea843 hex color red value is 222, green value is 168 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #dea843 hue: 0.11 , saturation: 0.70 and the lightness value of dea843 is 0.57.

The process color (four color CMYK) of #dea843 color hex is 0.00, 0.24, 0.70, 0.13. Web safe color of #dea843 is #cc9933. Color #dea843 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101000 01000011
Octal 336 250 103
Decimal 222 168 67
Hex DE A8 43

RGB Percentages of Color #dea843

%48.58
%36.76
%14.66

CMYK Percentages of Color #dea843

%0
%24
%70
%13

Triadic Colors of #dea843

#dea843 #43dea8 #a843de

Analogous Colors of #dea843

#dea843 #c7de43 #de5b43

Monochromatic Colors of #dea843

#dea843

Complementary Color

#dea843 #4379de

#dea843 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea843 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea843 Color CSS Codes

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

#dea843 Text Font Color

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

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


#dea843 Background Color

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

This div background color is #dea843


#dea843 Border Color

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

This div border color is #dea843


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea843


Comments

No comments written yet.

Please login to write comment.