Color Hex Logo

#dfde70 Color Hex

#DFDE70
(223,222,112)
0 Favorites   0 Comments

Color spaces of #dfde70

RGB 223222112
HSL0.170.630.66
HSV59°50°87°
CMYK 0.000.000.50   0.13
XYZ59.477369.100425.5322
Yxy69.10040.38590.4484
Hunter Lab83.1267-17.754539.9778
CIE-Lab86.5537-14.373153.4857

#dfde70 color RGB value is (223,222,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011110 01110000
Octal 337 336 160
Decimal 223 222 112
Hex DF DE 70

RGB Percentages of Color #dfde70

%40.04
%39.86
%20.11

CMYK Percentages of Color #dfde70

%0
%0
%50
%13

Triadic Colors of #dfde70

#dfde70 #70dfde #de70df

Analogous Colors of #dfde70

#dfde70 #a9df70 #dfa770

Monochromatic Colors of #dfde70

#dfde70

Complementary Color

#dfde70 #7071df

#dfde70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfde70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfde70 Color CSS Codes

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

#dfde70 Text Font Color

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

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


#dfde70 Background Color

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

This div background color is #dfde70


#dfde70 Border Color

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

This div border color is #dfde70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfde70


Comments

No comments written yet.

Please login to write comment.