Color Hex Logo

#deae17 Color Hex

#DEAE17
(222,174,23)
0 Favorites   0 Comments

Color spaces of #deae17

RGB 22217423
HSL0.130.810.48
HSV46°90°87°
CMYK 0.000.220.90   0.13
XYZ45.414945.86367.2695
Yxy45.86360.46080.4654
Hunter Lab67.72271.187641.0416
CIE-Lab73.45695.301673.1005

#deae17 color RGB value is (222,174,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 00010111
Octal 336 256 27
Decimal 222 174 23
Hex DE AE 17

RGB Percentages of Color #deae17

%52.98
%41.53
%5.49

CMYK Percentages of Color #deae17

%0
%22
%90
%13

Triadic Colors of #deae17

#deae17 #17deae #ae17de

Analogous Colors of #deae17

#deae17 #abde17 #de4b17

Monochromatic Colors of #deae17

#deae17

Complementary Color

#deae17 #1747de

#deae17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deae17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deae17 Color CSS Codes

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

#deae17 Text Font Color

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

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


#deae17 Background Color

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

This div background color is #deae17


#deae17 Border Color

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

This div border color is #deae17


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,174,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 #deae17">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deae17


Comments

No comments written yet.

Please login to write comment.