Color Hex Logo

#dfdd7e Color Hex

#DFDD7E
(223,221,126)
0 Favorites   0 Comments

Color spaces of #dfdd7e

RGB 223221126
HSL0.160.600.68
HSV59°43°87°
CMYK 0.000.010.43   0.13
XYZ60.053868.907229.8739
Yxy68.90720.37810.4338
Hunter Lab83.0104-16.132436.7699
CIE-Lab86.4581-12.583546.6926

#dfdd7e color RGB value is (223,221,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 01111110
Octal 337 335 176
Decimal 223 221 126
Hex DF DD 7E

RGB Percentages of Color #dfdd7e

%39.12
%38.77
%22.11

CMYK Percentages of Color #dfdd7e

%0
%1
%43
%13

Triadic Colors of #dfdd7e

#dfdd7e #7edfdd #dd7edf

Analogous Colors of #dfdd7e

#dfdd7e #b1df7e #dfad7e

Monochromatic Colors of #dfdd7e

#dfdd7e

Complementary Color

#dfdd7e #7e80df

#dfdd7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd7e Color CSS Codes

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

#dfdd7e Text Font Color

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

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


#dfdd7e Background Color

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

This div background color is #dfdd7e


#dfdd7e Border Color

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

This div border color is #dfdd7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd7e


Comments

No comments written yet.

Please login to write comment.