Color Hex Logo

#dfde7e Color Hex

#DFDE7E
(223,222,126)
0 Favorites   0 Comments

Color spaces of #dfde7e

RGB 223222126
HSL0.160.600.68
HSV59°43°87°
CMYK 0.000.000.43   0.13
XYZ60.318669.436929.9622
Yxy69.43690.37770.4347
Hunter Lab83.3288-16.616037.0115
CIE-Lab86.7199-13.082547.0162

#dfde7e color RGB value is (223,222,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011110 01111110
Octal 337 336 176
Decimal 223 222 126
Hex DF DE 7E

RGB Percentages of Color #dfde7e

%39.05
%38.88
%22.07

CMYK Percentages of Color #dfde7e

%0
%0
%43
%13

Triadic Colors of #dfde7e

#dfde7e #7edfde #de7edf

Analogous Colors of #dfde7e

#dfde7e #b0df7e #dfae7e

Monochromatic Colors of #dfde7e

#dfde7e

Complementary Color

#dfde7e #7e7fdf

#dfde7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfde7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfde7e Color CSS Codes

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

#dfde7e Text Font Color

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

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


#dfde7e Background Color

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

This div background color is #dfde7e


#dfde7e Border Color

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

This div border color is #dfde7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfde7e


Comments

No comments written yet.

Please login to write comment.