Color Hex Logo

#deac3b Color Hex

#DEAC3B
(222,172,59)
0 Favorites   0 Comments

Color spaces of #deac3b

RGB 22217259
HSL0.120.710.55
HSV42°73°87°
CMYK 0.000.230.73   0.13
XYZ45.666145.350410.4843
Yxy45.35040.44990.4468
Hunter Lab67.34273.193837.9093
CIE-Lab73.12207.464661.9895

#deac3b color RGB value is (222,172,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101100 00111011
Octal 336 254 73
Decimal 222 172 59
Hex DE AC 3B

RGB Percentages of Color #deac3b

%49.01
%37.97
%13.02

CMYK Percentages of Color #deac3b

%0
%23
%73
%13

Triadic Colors of #deac3b

#deac3b #3bdeac #ac3bde

Analogous Colors of #deac3b

#deac3b #bfde3b #de5b3b

Monochromatic Colors of #deac3b

#deac3b

Complementary Color

#deac3b #3b6dde

#deac3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deac3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#deac3b Color CSS Codes

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

#deac3b Text Font Color

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

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


#deac3b Background Color

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

This div background color is #deac3b


#deac3b Border Color

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

This div border color is #deac3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deac3b

#deac3b Color Palettes


Comments

No comments written yet.

Please login to write comment.