Color Hex Logo

#dfea0f Color Hex

#DFEA0F
(223,234,15)
0 Favorites   0 Comments

Color spaces of #dfea0f

RGB 22323415
HSL0.180.880.49
HSV63°94°92°
CMYK 0.050.000.94   0.08
XYZ59.940574.568111.6858
Yxy74.56810.41000.5101
Hunter Lab86.3528-27.214452.4235
CIE-Lab89.1903-24.630386.3175

#dfea0f color RGB value is (223,234,15).

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

The process color (four color CMYK) of #dfea0f color hex is 0.05, 0.00, 0.94, 0.08. Web safe color of #dfea0f is #ccff00. Color #dfea0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101010 00001111
Octal 337 352 17
Decimal 223 234 15
Hex DF EA F

RGB Percentages of Color #dfea0f

%47.25
%49.58
%3.18

CMYK Percentages of Color #dfea0f

%5
%0
%94
%8

Triadic Colors of #dfea0f

#dfea0f #0fdfea #ea0fdf

Analogous Colors of #dfea0f

#dfea0f #72ea0f #ea880f

Monochromatic Colors of #dfea0f

#dfea0f

Complementary Color

#dfea0f #1a0fea

#dfea0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfea0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfea0f Color CSS Codes

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

#dfea0f Text Font Color

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

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


#dfea0f Background Color

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

This div background color is #dfea0f


#dfea0f Border Color

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

This div border color is #dfea0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfea0f


Comments

No comments written yet.

Please login to write comment.