Color Hex Logo

#dfae41 Color Hex

#DFAE41
(223,174,65)
0 Favorites   0 Comments

Color spaces of #dfae41

RGB 22317465
HSL0.110.710.56
HSV41°71°87°
CMYK 0.000.220.71   0.13
XYZ46.521646.341711.4939
Yxy46.34170.44580.4441
Hunter Lab68.07472.854337.6417
CIE-Lab73.76677.116160.2483

#dfae41 color RGB value is (223,174,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 01000001
Octal 337 256 101
Decimal 223 174 65
Hex DF AE 41

RGB Percentages of Color #dfae41

%48.27
%37.66
%14.07

CMYK Percentages of Color #dfae41

%0
%22
%71
%13

Triadic Colors of #dfae41

#dfae41 #41dfae #ae41df

Analogous Colors of #dfae41

#dfae41 #c1df41 #df5f41

Monochromatic Colors of #dfae41

#dfae41

Complementary Color

#dfae41 #4172df

#dfae41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfae41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfae41 Color CSS Codes

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

#dfae41 Text Font Color

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

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


#dfae41 Background Color

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

This div background color is #dfae41


#dfae41 Border Color

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

This div border color is #dfae41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfae41


Comments

No comments written yet.

Please login to write comment.