Color Hex Logo

#ded684 Color Hex

#DED684
(222,214,132)
0 Favorites   0 Comments

Color spaces of #ded684

RGB 222214132
HSL0.150.580.69
HSV55°41°87°
CMYK 0.000.040.41   0.13
XYZ58.335665.288731.3572
Yxy65.28870.37640.4213
Hunter Lab80.8014-12.532233.5519
CIE-Lab84.6323-8.845141.4284

#ded684 color RGB value is (222,214,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010110 10000100
Octal 336 326 204
Decimal 222 214 132
Hex DE D6 84

RGB Percentages of Color #ded684

%39.08
%37.68
%23.24

CMYK Percentages of Color #ded684

%0
%4
%41
%13

Triadic Colors of #ded684

#ded684 #84ded6 #d684de

Analogous Colors of #ded684

#ded684 #b9de84 #dea984

Monochromatic Colors of #ded684

#ded684

Complementary Color

#ded684 #848cde

#ded684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded684 Color CSS Codes

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

#ded684 Text Font Color

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

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


#ded684 Background Color

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

This div background color is #ded684


#ded684 Border Color

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

This div border color is #ded684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded684


Comments

No comments written yet.

Please login to write comment.