Color Hex Logo

#dea734 Color Hex

#DEA734
(222,167,52)
0 Favorites   0 Comments

Color spaces of #dea734

RGB 22216752
HSL0.110.720.54
HSV41°77°87°
CMYK 0.000.250.77   0.13
XYZ44.562843.41509.2800
Yxy43.41500.45820.4464
Hunter Lab65.89015.415637.7726
CIE-Lab71.83579.829463.4254

#dea734 color RGB value is (222,167,52).

#dea734 hex color red value is 222, green value is 167 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #dea734 hue: 0.11 , saturation: 0.72 and the lightness value of dea734 is 0.54.

The process color (four color CMYK) of #dea734 color hex is 0.00, 0.25, 0.77, 0.13. Web safe color of #dea734 is #cc9933. Color #dea734 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100111 00110100
Octal 336 247 64
Decimal 222 167 52
Hex DE A7 34

RGB Percentages of Color #dea734

%50.34
%37.87
%11.79

CMYK Percentages of Color #dea734

%0
%25
%77
%13

Triadic Colors of #dea734

#dea734 #34dea7 #a734de

Analogous Colors of #dea734

#dea734 #c0de34 #de5234

Monochromatic Colors of #dea734

#dea734

Complementary Color

#dea734 #346bde

#dea734 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea734 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea734 Color CSS Codes

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

#dea734 Text Font Color

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

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


#dea734 Background Color

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

This div background color is #dea734


#dea734 Border Color

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

This div border color is #dea734


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea734


Comments

No comments written yet.

Please login to write comment.