Color Hex Logo

#dfae3f Color Hex

#DFAE3F
(223,174,63)
0 Favorites   0 Comments

Color spaces of #dfae3f

RGB 22317463
HSL0.120.710.56
HSV42°72°87°
CMYK 0.000.220.72   0.13
XYZ46.464746.319011.1941
Yxy46.31900.44690.4455
Hunter Lab68.05812.764237.8887
CIE-Lab73.75217.018661.0521

#dfae3f color RGB value is (223,174,63).

#dfae3f hex color red value is 223, green value is 174 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dfae3f hue: 0.12 , saturation: 0.71 and the lightness value of dfae3f is 0.56.

The process color (four color CMYK) of #dfae3f color hex is 0.00, 0.22, 0.72, 0.13. Web safe color of #dfae3f is #cc9933. Color #dfae3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 00111111
Octal 337 256 77
Decimal 223 174 63
Hex DF AE 3F

RGB Percentages of Color #dfae3f

%48.48
%37.83
%13.70

CMYK Percentages of Color #dfae3f

%0
%22
%72
%13

Triadic Colors of #dfae3f

#dfae3f #3fdfae #ae3fdf

Analogous Colors of #dfae3f

#dfae3f #c0df3f #df5e3f

Monochromatic Colors of #dfae3f

#dfae3f

Complementary Color

#dfae3f #3f70df

#dfae3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfae3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfae3f Color CSS Codes

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

#dfae3f Text Font Color

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

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


#dfae3f Background Color

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

This div background color is #dfae3f


#dfae3f Border Color

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

This div border color is #dfae3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfae3f


Comments

No comments written yet.

Please login to write comment.