Color Hex Logo

#dfad18 Color Hex

#DFAD18
(223,173,24)
0 Favorites   0 Comments

Color spaces of #dfad18

RGB 22317324
HSL0.120.810.48
HSV45°89°87°
CMYK 0.000.220.89   0.13
XYZ45.539945.64117.2735
Yxy45.64110.46250.4636
Hunter Lab67.55822.097140.9074
CIE-Lab73.31206.284572.8358

#dfad18 color RGB value is (223,173,24).

#dfad18 hex color red value is 223, green value is 173 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #dfad18 hue: 0.12 , saturation: 0.81 and the lightness value of dfad18 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 00011000
Octal 337 255 30
Decimal 223 173 24
Hex DF AD 18

RGB Percentages of Color #dfad18

%53.10
%41.19
%5.71

CMYK Percentages of Color #dfad18

%0
%22
%89
%13

Triadic Colors of #dfad18

#dfad18 #18dfad #ad18df

Analogous Colors of #dfad18

#dfad18 #aedf18 #df4a18

Monochromatic Colors of #dfad18

#dfad18

Complementary Color

#dfad18 #184adf

#dfad18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfad18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfad18 Color CSS Codes

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

#dfad18 Text Font Color

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

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


#dfad18 Background Color

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

This div background color is #dfad18


#dfad18 Border Color

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

This div border color is #dfad18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfad18


Comments

No comments written yet.

Please login to write comment.