Color Hex Logo

#dfae15 Color Hex

#DFAE15
(223,174,21)
0 Favorites   0 Comments

Color spaces of #dfae15

RGB 22317421
HSL0.130.830.48
HSV45°91°87°
CMYK 0.000.220.91   0.13
XYZ45.702846.01427.1823
Yxy46.01420.46210.4653
Hunter Lab67.83381.554841.2060
CIE-Lab73.55475.704373.5949

#dfae15 color RGB value is (223,174,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 00010101
Octal 337 256 25
Decimal 223 174 21
Hex DF AE 15

RGB Percentages of Color #dfae15

%53.35
%41.63
%5.02

CMYK Percentages of Color #dfae15

%0
%22
%91
%13

Triadic Colors of #dfae15

#dfae15 #15dfae #ae15df

Analogous Colors of #dfae15

#dfae15 #abdf15 #df4915

Monochromatic Colors of #dfae15

#dfae15

Complementary Color

#dfae15 #1546df

#dfae15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfae15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfae15 Color CSS Codes

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

#dfae15 Text Font Color

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

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


#dfae15 Background Color

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

This div background color is #dfae15


#dfae15 Border Color

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

This div border color is #dfae15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfae15


Comments

No comments written yet.

Please login to write comment.