Color Hex Logo

#dfae16 Color Hex

#DFAE16
(223,174,22)
0 Favorites   0 Comments

Color spaces of #dfae16

RGB 22317422
HSL0.130.820.48
HSV45°90°87°
CMYK 0.000.220.90   0.13
XYZ45.712346.01807.2321
Yxy46.01800.46190.4650
Hunter Lab67.83661.569941.1647
CIE-Lab73.55725.720873.4128

#dfae16 color RGB value is (223,174,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 00010110
Octal 337 256 26
Decimal 223 174 22
Hex DF AE 16

RGB Percentages of Color #dfae16

%53.22
%41.53
%5.25

CMYK Percentages of Color #dfae16

%0
%22
%90
%13

Triadic Colors of #dfae16

#dfae16 #16dfae #ae16df

Analogous Colors of #dfae16

#dfae16 #acdf16 #df4a16

Monochromatic Colors of #dfae16

#dfae16

Complementary Color

#dfae16 #1647df

#dfae16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfae16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfae16 Color CSS Codes

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

#dfae16 Text Font Color

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

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


#dfae16 Background Color

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

This div background color is #dfae16


#dfae16 Border Color

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

This div border color is #dfae16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfae16

#dfae16 Color Palettes


Comments

No comments written yet.

Please login to write comment.