Color Hex Logo

#dfab56 Color Hex

#DFAB56
(223,171,86)
0 Favorites   0 Comments

Color spaces of #dfab56

RGB 22317186
HSL0.100.680.61
HSV37°61°87°
CMYK 0.000.230.61   0.13
XYZ46.674045.485715.1237
Yxy45.48570.43510.4240
Hunter Lab67.44315.505633.9147
CIE-Lab73.21069.943150.2345

#dfab56 color RGB value is (223,171,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 01010110
Octal 337 253 126
Decimal 223 171 86
Hex DF AB 56

RGB Percentages of Color #dfab56

%46.46
%35.63
%17.92

CMYK Percentages of Color #dfab56

%0
%23
%61
%13

Triadic Colors of #dfab56

#dfab56 #56dfab #ab56df

Analogous Colors of #dfab56

#dfab56 #cfdf56 #df6756

Monochromatic Colors of #dfab56

#dfab56

Complementary Color

#dfab56 #568adf

#dfab56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfab56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfab56 Color CSS Codes

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

#dfab56 Text Font Color

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

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


#dfab56 Background Color

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

This div background color is #dfab56


#dfab56 Border Color

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

This div border color is #dfab56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfab56


Comments

No comments written yet.

Please login to write comment.