Color Hex Logo

#dfea0b Color Hex

#DFEA0B
(223,234,11)
0 Favorites   0 Comments

Color spaces of #dfea0b

RGB 22323411
HSL0.170.910.48
HSV63°95°92°
CMYK 0.050.000.95   0.08
XYZ59.914674.557811.5499
Yxy74.55780.41030.5106
Hunter Lab86.3469-27.248952.5121
CIE-Lab89.1855-24.671286.6791

#dfea0b color RGB value is (223,234,11).

#dfea0b hex color red value is 223, green value is 234 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dfea0b hue: 0.17 , saturation: 0.91 and the lightness value of dfea0b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101010 00001011
Octal 337 352 13
Decimal 223 234 11
Hex DF EA B

RGB Percentages of Color #dfea0b

%47.65
%50.00
%2.35

CMYK Percentages of Color #dfea0b

%5
%0
%95
%8

Triadic Colors of #dfea0b

#dfea0b #0bdfea #ea0bdf

Analogous Colors of #dfea0b

#dfea0b #70ea0b #ea860b

Monochromatic Colors of #dfea0b

#dfea0b

Complementary Color

#dfea0b #160bea

#dfea0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfea0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfea0b Color CSS Codes

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

#dfea0b Text Font Color

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

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


#dfea0b Background Color

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

This div background color is #dfea0b


#dfea0b Border Color

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

This div border color is #dfea0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfea0b


Comments

No comments written yet.

Please login to write comment.