Color Hex Logo

#dedf87 Color Hex

#DEDF87
(222,223,135)
0 Favorites   0 Comments

Color spaces of #dedf87

RGB 222223135
HSL0.170.580.70
HSV61°39°87°
CMYK 0.000.000.39   0.13
XYZ60.885170.054233.2345
Yxy70.05420.37090.4267
Hunter Lab83.6984-16.625135.0463
CIE-Lab87.0234-13.049742.9663

#dedf87 color RGB value is (222,223,135).

#dedf87 hex color red value is 222, green value is 223 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #dedf87 hue: 0.17 , saturation: 0.58 and the lightness value of dedf87 is 0.70.

The process color (four color CMYK) of #dedf87 color hex is 0.00, 0.00, 0.39, 0.13. Web safe color of #dedf87 is #cccc99. Color #dedf87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011111 10000111
Octal 336 337 207
Decimal 222 223 135
Hex DE DF 87

RGB Percentages of Color #dedf87

%38.28
%38.45
%23.28

CMYK Percentages of Color #dedf87

%0
%0
%39
%13

Triadic Colors of #dedf87

#dedf87 #87dedf #df87de

Analogous Colors of #dedf87

#dedf87 #b2df87 #dfb487

Monochromatic Colors of #dedf87

#dedf87

Complementary Color

#dedf87 #8887df

#dedf87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedf87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedf87 Color CSS Codes

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

#dedf87 Text Font Color

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

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


#dedf87 Background Color

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

This div background color is #dedf87


#dedf87 Border Color

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

This div border color is #dedf87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedf87


Comments

No comments written yet.

Please login to write comment.