Color Hex Logo

#dfda4e Color Hex

#DFDA4E
(223,218,78)
0 Favorites   0 Comments

Color spaces of #dfda4e

RGB 22321878
HSL0.160.690.59
HSV58°65°87°
CMYK 0.000.020.65   0.13
XYZ56.878066.380817.0227
Yxy66.38080.40550.4732
Hunter Lab81.4744-17.967844.6444
CIE-Lab85.1903-14.819266.7237

#dfda4e color RGB value is (223,218,78).

#dfda4e hex color red value is 223, green value is 218 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dfda4e hue: 0.16 , saturation: 0.69 and the lightness value of dfda4e is 0.59.

The process color (four color CMYK) of #dfda4e color hex is 0.00, 0.02, 0.65, 0.13. Web safe color of #dfda4e is #cccc66. Color #dfda4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 01001110
Octal 337 332 116
Decimal 223 218 78
Hex DF DA 4E

RGB Percentages of Color #dfda4e

%42.97
%42.00
%15.03

CMYK Percentages of Color #dfda4e

%0
%2
%65
%13

Triadic Colors of #dfda4e

#dfda4e #4edfda #da4edf

Analogous Colors of #dfda4e

#dfda4e #9cdf4e #df924e

Monochromatic Colors of #dfda4e

#dfda4e

Complementary Color

#dfda4e #4e53df

#dfda4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfda4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfda4e Color CSS Codes

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

#dfda4e Text Font Color

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

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


#dfda4e Background Color

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

This div background color is #dfda4e


#dfda4e Border Color

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

This div border color is #dfda4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfda4e


Comments

No comments written yet.

Please login to write comment.