Color Hex Logo

#dfde6e Color Hex

#DFDE6E
(223,222,110)
0 Favorites   0 Comments

Color spaces of #dfde6e

RGB 223222110
HSL0.170.640.65
HSV59°51°87°
CMYK 0.000.000.51   0.13
XYZ59.367269.056324.9521
Yxy69.05630.38710.4502
Hunter Lab83.1001-17.903840.3673
CIE-Lab86.5319-14.543154.3892

#dfde6e color RGB value is (223,222,110).

#dfde6e hex color red value is 223, green value is 222 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dfde6e hue: 0.17 , saturation: 0.64 and the lightness value of dfde6e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011110 01101110
Octal 337 336 156
Decimal 223 222 110
Hex DF DE 6E

RGB Percentages of Color #dfde6e

%40.18
%40.00
%19.82

CMYK Percentages of Color #dfde6e

%0
%0
%51
%13

Triadic Colors of #dfde6e

#dfde6e #6edfde #de6edf

Analogous Colors of #dfde6e

#dfde6e #a8df6e #dfa66e

Monochromatic Colors of #dfde6e

#dfde6e

Complementary Color

#dfde6e #6e6fdf

#dfde6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfde6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfde6e Color CSS Codes

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

#dfde6e Text Font Color

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

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


#dfde6e Background Color

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

This div background color is #dfde6e


#dfde6e Border Color

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

This div border color is #dfde6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfde6e


Comments

No comments written yet.

Please login to write comment.