Color Hex Logo

#dfd870 Color Hex

#DFD870
(223,216,112)
0 Favorites   0 Comments

Color spaces of #dfd870

RGB 223216112
HSL0.160.630.66
HSV56°50°87°
CMYK 0.000.030.50   0.13
XYZ57.911965.969625.0103
Yxy65.96960.38900.4431
Hunter Lab81.2217-14.865638.5982
CIE-Lab84.9809-11.379151.6200

#dfd870 color RGB value is (223,216,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011000 01110000
Octal 337 330 160
Decimal 223 216 112
Hex DF D8 70

RGB Percentages of Color #dfd870

%40.47
%39.20
%20.33

CMYK Percentages of Color #dfd870

%0
%3
%50
%13

Triadic Colors of #dfd870

#dfd870 #70dfd8 #d870df

Analogous Colors of #dfd870

#dfd870 #afdf70 #dfa170

Monochromatic Colors of #dfd870

#dfd870

Complementary Color

#dfd870 #7077df

#dfd870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd870 Color CSS Codes

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

#dfd870 Text Font Color

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

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


#dfd870 Background Color

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

This div background color is #dfd870


#dfd870 Border Color

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

This div border color is #dfd870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd870


Comments

No comments written yet.

Please login to write comment.