Color Hex Logo

#deab4f Color Hex

#DEAB4F
(222,171,79)
0 Favorites   0 Comments

Color spaces of #deab4f

RGB 22217179
HSL0.110.680.59
HSV39°64°87°
CMYK 0.000.230.64   0.13
XYZ46.098445.219913.6958
Yxy45.21990.43900.4306
Hunter Lab67.24574.685534.9965
CIE-Lab73.03659.065353.3023

#deab4f color RGB value is (222,171,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 01001111
Octal 336 253 117
Decimal 222 171 79
Hex DE AB 4F

RGB Percentages of Color #deab4f

%47.03
%36.23
%16.74

CMYK Percentages of Color #deab4f

%0
%23
%64
%13

Triadic Colors of #deab4f

#deab4f #4fdeab #ab4fde

Analogous Colors of #deab4f

#deab4f #cade4f #de634f

Monochromatic Colors of #deab4f

#deab4f

Complementary Color

#deab4f #4f82de

#deab4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deab4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deab4f Color CSS Codes

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

#deab4f Text Font Color

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

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


#deab4f Background Color

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

This div background color is #deab4f


#deab4f Border Color

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

This div border color is #deab4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deab4f


Comments

No comments written yet.

Please login to write comment.