Color Hex Logo

#deac3c Color Hex

#DEAC3C
(222,172,60)
0 Favorites   0 Comments

Color spaces of #deac3c

RGB 22217260
HSL0.120.710.55
HSV41°73°87°
CMYK 0.000.230.73   0.13
XYZ45.692345.360910.6222
Yxy45.36090.44940.4461
Hunter Lab67.35053.235637.7944
CIE-Lab73.12897.509961.6012

#deac3c color RGB value is (222,172,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101100 00111100
Octal 336 254 74
Decimal 222 172 60
Hex DE AC 3C

RGB Percentages of Color #deac3c

%48.90
%37.89
%13.22

CMYK Percentages of Color #deac3c

%0
%23
%73
%13

Triadic Colors of #deac3c

#deac3c #3cdeac #ac3cde

Analogous Colors of #deac3c

#deac3c #bfde3c #de5b3c

Monochromatic Colors of #deac3c

#deac3c

Complementary Color

#deac3c #3c6ede

#deac3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deac3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#deac3c Color CSS Codes

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

#deac3c Text Font Color

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

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


#deac3c Background Color

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

This div background color is #deac3c


#deac3c Border Color

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

This div border color is #deac3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deac3c


Comments

No comments written yet.

Please login to write comment.