Color Hex Logo

#dfab57 Color Hex

#DFAB57
(223,171,87)
0 Favorites   0 Comments

Color spaces of #dfab57

RGB 22317187
HSL0.100.680.61
HSV37°61°87°
CMYK 0.000.230.61   0.13
XYZ46.714645.501915.3374
Yxy45.50190.43430.4231
Hunter Lab67.45515.570033.7377
CIE-Lab73.221210.011849.7672

#dfab57 color RGB value is (223,171,87).

#dfab57 hex color red value is 223, green value is 171 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #dfab57 hue: 0.10 , saturation: 0.68 and the lightness value of dfab57 is 0.61.

The process color (four color CMYK) of #dfab57 color hex is 0.00, 0.23, 0.61, 0.13. Web safe color of #dfab57 is #cc9966. Color #dfab57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 01010111
Octal 337 253 127
Decimal 223 171 87
Hex DF AB 57

RGB Percentages of Color #dfab57

%46.36
%35.55
%18.09

CMYK Percentages of Color #dfab57

%0
%23
%61
%13

Triadic Colors of #dfab57

#dfab57 #57dfab #ab57df

Analogous Colors of #dfab57

#dfab57 #cfdf57 #df6757

Monochromatic Colors of #dfab57

#dfab57

Complementary Color

#dfab57 #578bdf

#dfab57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfab57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfab57 Color CSS Codes

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

#dfab57 Text Font Color

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

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


#dfab57 Background Color

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

This div background color is #dfab57


#dfab57 Border Color

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

This div border color is #dfab57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfab57


Comments

No comments written yet.

Please login to write comment.