Color Hex Logo

#dfae19 Color Hex

#DFAE19
(223,174,25)
0 Favorites   0 Comments

Color spaces of #dfae19

RGB 22317425
HSL0.130.800.49
HSV45°89°87°
CMYK 0.000.220.89   0.13
XYZ45.742946.03037.3935
Yxy46.03030.46130.4642
Hunter Lab67.84561.618541.0308
CIE-Lab73.56525.773872.8284

#dfae19 color RGB value is (223,174,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 00011001
Octal 337 256 31
Decimal 223 174 25
Hex DF AE 19

RGB Percentages of Color #dfae19

%52.84
%41.23
%5.92

CMYK Percentages of Color #dfae19

%0
%22
%89
%13

Triadic Colors of #dfae19

#dfae19 #19dfae #ae19df

Analogous Colors of #dfae19

#dfae19 #addf19 #df4b19

Monochromatic Colors of #dfae19

#dfae19

Complementary Color

#dfae19 #194adf

#dfae19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfae19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfae19 Color CSS Codes

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

#dfae19 Text Font Color

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

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


#dfae19 Background Color

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

This div background color is #dfae19


#dfae19 Border Color

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

This div border color is #dfae19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfae19


Comments

No comments written yet.

Please login to write comment.