Color Hex Logo

#deac37 Color Hex

#DEAC37
(222,172,55)
0 Favorites   0 Comments

Color spaces of #deac37

RGB 22217255
HSL0.120.720.54
HSV42°75°87°
CMYK 0.000.230.75   0.13
XYZ45.566345.31059.9586
Yxy45.31050.45190.4494
Hunter Lab67.31313.034338.3475
CIE-Lab73.09597.291863.5029

#deac37 color RGB value is (222,172,55).

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

The process color (four color CMYK) of #deac37 color hex is 0.00, 0.23, 0.75, 0.13. Web safe color of #deac37 is #cc9933. Color #deac37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101100 00110111
Octal 336 254 67
Decimal 222 172 55
Hex DE AC 37

RGB Percentages of Color #deac37

%49.44
%38.31
%12.25

CMYK Percentages of Color #deac37

%0
%23
%75
%13

Triadic Colors of #deac37

#deac37 #37deac #ac37de

Analogous Colors of #deac37

#deac37 #bdde37 #de5937

Monochromatic Colors of #deac37

#deac37

Complementary Color

#deac37 #3769de

#deac37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deac37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deac37 Color CSS Codes

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

#deac37 Text Font Color

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

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


#deac37 Background Color

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

This div background color is #deac37


#deac37 Border Color

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

This div border color is #deac37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deac37


Comments

No comments written yet.

Please login to write comment.