Color Hex Logo

#deaa17 Color Hex

#DEAA17
(222,170,23)
0 Favorites   0 Comments

Color spaces of #deaa17

RGB 22217023
HSL0.120.810.48
HSV44°90°87°
CMYK 0.000.230.90   0.13
XYZ44.653644.34097.0158
Yxy44.34090.46510.4618
Hunter Lab66.58903.168840.3655
CIE-Lab72.45587.420572.3294

#deaa17 color RGB value is (222,170,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101010 00010111
Octal 336 252 27
Decimal 222 170 23
Hex DE AA 17

RGB Percentages of Color #deaa17

%53.49
%40.96
%5.54

CMYK Percentages of Color #deaa17

%0
%23
%90
%13

Triadic Colors of #deaa17

#deaa17 #17deaa #aa17de

Analogous Colors of #deaa17

#deaa17 #afde17 #de4717

Monochromatic Colors of #deaa17

#deaa17

Complementary Color

#deaa17 #174bde

#deaa17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaa17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaa17 Color CSS Codes

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

#deaa17 Text Font Color

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

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


#deaa17 Background Color

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

This div background color is #deaa17


#deaa17 Border Color

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

This div border color is #deaa17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaa17


Comments

No comments written yet.

Please login to write comment.