Color Hex Logo

#dfae36 Color Hex

#DFAE36
(223,174,54)
0 Favorites   0 Comments

Color spaces of #dfae36

RGB 22317454
HSL0.120.730.54
HSV43°76°87°
CMYK 0.000.220.76   0.13
XYZ46.233346.22649.9759
Yxy46.22640.45130.4513
Hunter Lab67.99002.397838.8936
CIE-Lab73.69226.621664.4789

#dfae36 color RGB value is (223,174,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 00110110
Octal 337 256 66
Decimal 223 174 54
Hex DF AE 36

RGB Percentages of Color #dfae36

%49.45
%38.58
%11.97

CMYK Percentages of Color #dfae36

%0
%22
%76
%13

Triadic Colors of #dfae36

#dfae36 #36dfae #ae36df

Analogous Colors of #dfae36

#dfae36 #bcdf36 #df5936

Monochromatic Colors of #dfae36

#dfae36

Complementary Color

#dfae36 #3667df

#dfae36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfae36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfae36 Color CSS Codes

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

#dfae36 Text Font Color

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

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


#dfae36 Background Color

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

This div background color is #dfae36


#dfae36 Border Color

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

This div border color is #dfae36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfae36


Comments

No comments written yet.

Please login to write comment.