Color Hex Logo

#ded87d Color Hex

#DED87D
(222,216,125)
0 Favorites   0 Comments

Color spaces of #ded87d

RGB 222216125
HSL0.160.600.68
HSV56°44°87°
CMYK 0.000.030.44   0.13
XYZ58.381766.122029.0878
Yxy66.12200.38010.4305
Hunter Lab81.3154-14.145135.7118
CIE-Lab85.0586-10.570945.4298

#ded87d color RGB value is (222,216,125).

#ded87d hex color red value is 222, green value is 216 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ded87d hue: 0.16 , saturation: 0.60 and the lightness value of ded87d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011000 01111101
Octal 336 330 175
Decimal 222 216 125
Hex DE D8 7D

RGB Percentages of Color #ded87d

%39.43
%38.37
%22.20

CMYK Percentages of Color #ded87d

%0
%3
%44
%13

Triadic Colors of #ded87d

#ded87d #7dded8 #d87dde

Analogous Colors of #ded87d

#ded87d #b4de7d #dea87d

Monochromatic Colors of #ded87d

#ded87d

Complementary Color

#ded87d #7d83de

#ded87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded87d Color CSS Codes

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

#ded87d Text Font Color

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

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


#ded87d Background Color

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

This div background color is #ded87d


#ded87d Border Color

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

This div border color is #ded87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded87d


Comments

No comments written yet.

Please login to write comment.