Color Hex Logo

#dfd884 Color Hex

#DFD884
(223,216,132)
0 Favorites   0 Comments

Color spaces of #dfd884

RGB 223216132
HSL0.150.590.70
HSV55°41°87°
CMYK 0.000.030.41   0.13
XYZ59.152166.465731.5413
Yxy66.46570.37640.4229
Hunter Lab81.5265-13.159534.1302
CIE-Lab85.2334-9.462942.2068

#dfd884 color RGB value is (223,216,132).

#dfd884 hex color red value is 223, green value is 216 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dfd884 hue: 0.15 , saturation: 0.59 and the lightness value of dfd884 is 0.70.

The process color (four color CMYK) of #dfd884 color hex is 0.00, 0.03, 0.41, 0.13. Web safe color of #dfd884 is #cccc99. Color #dfd884 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011000 10000100
Octal 337 330 204
Decimal 223 216 132
Hex DF D8 84

RGB Percentages of Color #dfd884

%39.05
%37.83
%23.12

CMYK Percentages of Color #dfd884

%0
%3
%41
%13

Triadic Colors of #dfd884

#dfd884 #84dfd8 #d884df

Analogous Colors of #dfd884

#dfd884 #b9df84 #dfab84

Monochromatic Colors of #dfd884

#dfd884

Complementary Color

#dfd884 #848bdf

#dfd884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd884 Color CSS Codes

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

#dfd884 Text Font Color

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

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


#dfd884 Background Color

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

This div background color is #dfd884


#dfd884 Border Color

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

This div border color is #dfd884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd884


Comments

No comments written yet.

Please login to write comment.