Color Hex Logo

#dfd684 Color Hex

#DFD684
(223,214,132)
0 Favorites   0 Comments

Color spaces of #dfd684

RGB 223214132
HSL0.150.590.70
HSV54°41°87°
CMYK 0.000.040.41   0.13
XYZ58.642965.447131.3715
Yxy65.44710.37720.4210
Hunter Lab80.8994-12.181633.6378
CIE-Lab84.7136-8.450841.5485

#dfd684 color RGB value is (223,214,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010110 10000100
Octal 337 326 204
Decimal 223 214 132
Hex DF D6 84

RGB Percentages of Color #dfd684

%39.19
%37.61
%23.20

CMYK Percentages of Color #dfd684

%0
%4
%41
%13

Triadic Colors of #dfd684

#dfd684 #84dfd6 #d684df

Analogous Colors of #dfd684

#dfd684 #bbdf84 #dfa984

Monochromatic Colors of #dfd684

#dfd684

Complementary Color

#dfd684 #848ddf

#dfd684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd684 Color CSS Codes

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

#dfd684 Text Font Color

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

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


#dfd684 Background Color

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

This div background color is #dfd684


#dfd684 Border Color

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

This div border color is #dfd684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd684


Comments

No comments written yet.

Please login to write comment.