Color Hex Logo

#dfdd4e Color Hex

#DFDD4E
(223,221,78)
0 Favorites   0 Comments

Color spaces of #dfdd4e

RGB 22322178
HSL0.160.690.59
HSV59°65°87°
CMYK 0.000.010.65   0.13
XYZ57.663067.950917.2844
Yxy67.95090.40350.4755
Hunter Lab82.4323-19.392445.2707
CIE-Lab85.9819-16.301867.5393

#dfdd4e color RGB value is (223,221,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 01001110
Octal 337 335 116
Decimal 223 221 78
Hex DF DD 4E

RGB Percentages of Color #dfdd4e

%42.72
%42.34
%14.94

CMYK Percentages of Color #dfdd4e

%0
%1
%65
%13

Triadic Colors of #dfdd4e

#dfdd4e #4edfdd #dd4edf

Analogous Colors of #dfdd4e

#dfdd4e #99df4e #df954e

Monochromatic Colors of #dfdd4e

#dfdd4e

Complementary Color

#dfdd4e #4e50df

#dfdd4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd4e Color CSS Codes

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

#dfdd4e Text Font Color

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

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


#dfdd4e Background Color

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

This div background color is #dfdd4e


#dfdd4e Border Color

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

This div border color is #dfdd4e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,221,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 #dfdd4e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd4e


Comments

No comments written yet.

Please login to write comment.