Color Hex Logo

#dfab53 Color Hex

#DFAB53
(223,171,83)
0 Favorites   0 Comments

Color spaces of #dfab53

RGB 22317183
HSL0.100.690.60
HSV38°63°87°
CMYK 0.000.230.63   0.13
XYZ46.555745.438314.5003
Yxy45.43830.43720.4267
Hunter Lab67.40795.318234.4315
CIE-Lab73.17969.743251.6242

#dfab53 color RGB value is (223,171,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 01010011
Octal 337 253 123
Decimal 223 171 83
Hex DF AB 53

RGB Percentages of Color #dfab53

%46.75
%35.85
%17.40

CMYK Percentages of Color #dfab53

%0
%23
%63
%13

Triadic Colors of #dfab53

#dfab53 #53dfab #ab53df

Analogous Colors of #dfab53

#dfab53 #cddf53 #df6553

Monochromatic Colors of #dfab53

#dfab53

Complementary Color

#dfab53 #5387df

#dfab53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfab53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfab53 Color CSS Codes

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

#dfab53 Text Font Color

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

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


#dfab53 Background Color

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

This div background color is #dfab53


#dfab53 Border Color

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

This div border color is #dfab53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfab53


Comments

No comments written yet.

Please login to write comment.