Color Hex Logo

#dfab22 Color Hex

#DFAB22
(223,171,34)
0 Favorites   0 Comments

Color spaces of #dfab22

RGB 22317134
HSL0.120.750.50
HSV43°85°87°
CMYK 0.000.230.85   0.13
XYZ45.283144.92937.7989
Yxy44.92930.46200.4584
Hunter Lab67.02933.288240.0221
CIE-Lab72.84537.559470.1224

#dfab22 color RGB value is (223,171,34).

#dfab22 hex color red value is 223, green value is 171 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #dfab22 hue: 0.12 , saturation: 0.75 and the lightness value of dfab22 is 0.50.

The process color (four color CMYK) of #dfab22 color hex is 0.00, 0.23, 0.85, 0.13. Web safe color of #dfab22 is #cc9933. Color #dfab22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 00100010
Octal 337 253 42
Decimal 223 171 34
Hex DF AB 22

RGB Percentages of Color #dfab22

%52.10
%39.95
%7.94

CMYK Percentages of Color #dfab22

%0
%23
%85
%13

Triadic Colors of #dfab22

#dfab22 #22dfab #ab22df

Analogous Colors of #dfab22

#dfab22 #b5df22 #df4c22

Monochromatic Colors of #dfab22

#dfab22

Complementary Color

#dfab22 #2256df

#dfab22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfab22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfab22 Color CSS Codes

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

#dfab22 Text Font Color

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

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


#dfab22 Background Color

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

This div background color is #dfab22


#dfab22 Border Color

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

This div border color is #dfab22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfab22


Comments

No comments written yet.

Please login to write comment.