Color Hex Logo

#dfae3b Color Hex

#DFAE3B
(223,174,59)
0 Favorites   0 Comments

Color spaces of #dfae3b

RGB 22317459
HSL0.120.720.55
HSV42°74°87°
CMYK 0.000.220.74   0.13
XYZ46.356946.275810.6265
Yxy46.27580.44890.4482
Hunter Lab68.02632.593738.3566
CIE-Lab73.72416.834162.6151

#dfae3b color RGB value is (223,174,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 00111011
Octal 337 256 73
Decimal 223 174 59
Hex DF AE 3B

RGB Percentages of Color #dfae3b

%48.90
%38.16
%12.94

CMYK Percentages of Color #dfae3b

%0
%22
%74
%13

Triadic Colors of #dfae3b

#dfae3b #3bdfae #ae3bdf

Analogous Colors of #dfae3b

#dfae3b #bedf3b #df5c3b

Monochromatic Colors of #dfae3b

#dfae3b

Complementary Color

#dfae3b #3b6cdf

#dfae3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfae3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfae3b Color CSS Codes

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

#dfae3b Text Font Color

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

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


#dfae3b Background Color

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

This div background color is #dfae3b


#dfae3b Border Color

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

This div border color is #dfae3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfae3b


Comments

No comments written yet.

Please login to write comment.