Color Hex Logo

#dfd284 Color Hex

#DFD284
(223,210,132)
0 Favorites   0 Comments

Color spaces of #dfd284

RGB 223210132
HSL0.140.590.70
HSV51°41°87°
CMYK 0.000.060.41   0.13
XYZ57.642963.447131.0382
Yxy63.44710.37890.4171
Hunter Lab79.6537-10.219032.6544
CIE-Lab83.6771-6.416440.2309

#dfd284 color RGB value is (223,210,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010010 10000100
Octal 337 322 204
Decimal 223 210 132
Hex DF D2 84

RGB Percentages of Color #dfd284

%39.47
%37.17
%23.36

CMYK Percentages of Color #dfd284

%0
%6
%41
%13

Triadic Colors of #dfd284

#dfd284 #84dfd2 #d284df

Analogous Colors of #dfd284

#dfd284 #bfdf84 #dfa584

Monochromatic Colors of #dfd284

#dfd284

Complementary Color

#dfd284 #8491df

#dfd284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd284 Color CSS Codes

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

#dfd284 Text Font Color

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

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


#dfd284 Background Color

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

This div background color is #dfd284


#dfd284 Border Color

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

This div border color is #dfd284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd284


Comments

No comments written yet.

Please login to write comment.