Color Hex Logo

#deae15 Color Hex

#DEAE15
(222,174,21)
0 Favorites   0 Comments

Color spaces of #deae15

RGB 22217421
HSL0.130.830.48
HSV46°91°87°
CMYK 0.000.220.91   0.13
XYZ45.395645.85587.1679
Yxy45.85580.46120.4659
Hunter Lab67.71691.157041.1259
CIE-Lab73.45195.268173.4715

#deae15 color RGB value is (222,174,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 00010101
Octal 336 256 25
Decimal 222 174 21
Hex DE AE 15

RGB Percentages of Color #deae15

%53.24
%41.73
%5.04

CMYK Percentages of Color #deae15

%0
%22
%91
%13

Triadic Colors of #deae15

#deae15 #15deae #ae15de

Analogous Colors of #deae15

#deae15 #aade15 #de4a15

Monochromatic Colors of #deae15

#deae15

Complementary Color

#deae15 #1545de

#deae15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deae15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deae15 Color CSS Codes

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

#deae15 Text Font Color

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

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


#deae15 Background Color

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

This div background color is #deae15


#deae15 Border Color

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

This div border color is #deae15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deae15


Comments

No comments written yet.

Please login to write comment.