Color Hex Logo

#dfea49 Color Hex

#DFEA49
(223,234,73)
0 Favorites   0 Comments

Color spaces of #dfea49

RGB 22323473
HSL0.180.790.60
HSV64°69°92°
CMYK 0.050.000.69   0.08
XYZ61.056875.014717.5646
Yxy75.01470.39740.4883
Hunter Lab86.6110-25.735048.6038
CIE-Lab89.3999-22.888272.8503

#dfea49 color RGB value is (223,234,73).

#dfea49 hex color red value is 223, green value is 234 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #dfea49 hue: 0.18 , saturation: 0.79 and the lightness value of dfea49 is 0.60.

The process color (four color CMYK) of #dfea49 color hex is 0.05, 0.00, 0.69, 0.08. Web safe color of #dfea49 is #ccff33. Color #dfea49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101010 01001001
Octal 337 352 111
Decimal 223 234 73
Hex DF EA 49

RGB Percentages of Color #dfea49

%42.08
%44.15
%13.77

CMYK Percentages of Color #dfea49

%5
%0
%69
%8

Triadic Colors of #dfea49

#dfea49 #49dfea #ea49df

Analogous Colors of #dfea49

#dfea49 #8fea49 #eaa549

Monochromatic Colors of #dfea49

#dfea49

Complementary Color

#dfea49 #5449ea

#dfea49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfea49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfea49 Color CSS Codes

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

#dfea49 Text Font Color

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

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


#dfea49 Background Color

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

This div background color is #dfea49


#dfea49 Border Color

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

This div border color is #dfea49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfea49


Comments

No comments written yet.

Please login to write comment.