Color Hex Logo

#deac54 Color Hex

#DEAC54
(222,172,84)
0 Favorites   0 Comments

Color spaces of #deac54

RGB 22217284
HSL0.110.680.60
HSV38°62°87°
CMYK 0.000.230.62   0.13
XYZ46.477045.674714.7540
Yxy45.67470.43470.4272
Hunter Lab67.58314.484434.3646
CIE-Lab73.33408.855551.2982

#deac54 color RGB value is (222,172,84).

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

The process color (four color CMYK) of #deac54 color hex is 0.00, 0.23, 0.62, 0.13. Web safe color of #deac54 is #cc9966. Color #deac54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101100 01010100
Octal 336 254 124
Decimal 222 172 84
Hex DE AC 54

RGB Percentages of Color #deac54

%46.44
%35.98
%17.57

CMYK Percentages of Color #deac54

%0
%23
%62
%13

Triadic Colors of #deac54

#deac54 #54deac #ac54de

Analogous Colors of #deac54

#deac54 #cbde54 #de6754

Monochromatic Colors of #deac54

#deac54

Complementary Color

#deac54 #5486de

#deac54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deac54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deac54 Color CSS Codes

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

#deac54 Text Font Color

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

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


#deac54 Background Color

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

This div background color is #deac54


#deac54 Border Color

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

This div border color is #deac54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deac54


Comments

No comments written yet.

Please login to write comment.