Color Hex Logo

#deab19 Color Hex

#DEAB19
(222,171,25)
0 Favorites   0 Comments

Color spaces of #deab19

RGB 22217125
HSL0.120.800.48
HSV44°89°87°
CMYK 0.000.230.89   0.13
XYZ44.862644.72567.1881
Yxy44.72560.46360.4622
Hunter Lab66.87722.706440.4414
CIE-Lab72.71086.926572.1181

#deab19 color RGB value is (222,171,25).

#deab19 hex color red value is 222, green value is 171 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #deab19 hue: 0.12 , saturation: 0.80 and the lightness value of deab19 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 00011001
Octal 336 253 31
Decimal 222 171 25
Hex DE AB 19

RGB Percentages of Color #deab19

%53.11
%40.91
%5.98

CMYK Percentages of Color #deab19

%0
%23
%89
%13

Triadic Colors of #deab19

#deab19 #19deab #ab19de

Analogous Colors of #deab19

#deab19 #afde19 #de4919

Monochromatic Colors of #deab19

#deab19

Complementary Color

#deab19 #194cde

#deab19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deab19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deab19 Color CSS Codes

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

#deab19 Text Font Color

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

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


#deab19 Background Color

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

This div background color is #deab19


#deab19 Border Color

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

This div border color is #deab19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deab19


Comments

No comments written yet.

Please login to write comment.