Color Hex Logo

#deab07 Color Hex

#DEAB07
(222,171,7)
0 Favorites   0 Comments

Color spaces of #deab07

RGB 2221717
HSL0.130.940.45
HSV46°97°87°
CMYK 0.000.230.97   0.13
XYZ44.725544.67086.4660
Yxy44.67080.46660.4660
Hunter Lab66.83622.485441.0494
CIE-Lab72.67466.685874.8584

#deab07 color RGB value is (222,171,7).

#deab07 hex color red value is 222, green value is 171 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #deab07 hue: 0.13 , saturation: 0.94 and the lightness value of deab07 is 0.45.

The process color (four color CMYK) of #deab07 color hex is 0.00, 0.23, 0.97, 0.13. Web safe color of #deab07 is #cc9900. Color #deab07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 00000111
Octal 336 253 7
Decimal 222 171 7
Hex DE AB 7

RGB Percentages of Color #deab07

%55.50
%42.75
%1.75

CMYK Percentages of Color #deab07

%0
%23
%97
%13

Triadic Colors of #deab07

#deab07 #07deab #ab07de

Analogous Colors of #deab07

#deab07 #a6de07 #de4007

Monochromatic Colors of #deab07

#deab07

Complementary Color

#deab07 #073ade

#deab07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deab07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deab07 Color CSS Codes

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

#deab07 Text Font Color

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

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


#deab07 Background Color

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

This div background color is #deab07


#deab07 Border Color

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

This div border color is #deab07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deab07


Comments

No comments written yet.

Please login to write comment.