Color Hex Logo

#dedede Color Hex Gray87

#DEDEDE
(222,222,222)
16 Favorites   2 Comments

Color spaces of #dedede Gray87

RGB 222222222
HSL0.000.000.87
HSV87°
CMYK 0.000.000.00   0.13
XYZ69.430373.046179.5472
Yxy73.04610.31270.3290
Hunter Lab85.4670-4.56034.6436
CIE-Lab88.46970.0047-0.0094

#dedede color RGB value is (222,222,222). #dedede color name is Gray87 color.

#dedede hex color red value is 222, green value is 222 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dedede hue: 0.00 , saturation: 0.00 and the lightness value of dedede is 0.87.

The process color (four color CMYK) of #dedede color hex is 0.00, 0.00, 0.00, 0.13. Web safe color of #dedede is #cccccc. Color #dedede rgb is equally color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011110 11011110
Octal 336 336 336
Decimal 222 222 222
Hex DE DE DE

RGB Percentages of Color #dedede

%33.33
%33.33
%33.33

CMYK Percentages of Color #dedede

%0
%0
%0
%13

Monochromatic Colors of #dedede

#dedede

#dedede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedede Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedede Color CSS Codes

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

#dedede Text Font Color

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

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


#dedede Background Color

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

This div background color is #dedede


#dedede Border Color

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

This div border color is #dedede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedede


Comments

25 Mar 2021, 15:22 Bit125

I'm surprised no one else commented here

6 Mar 2019, 14:58 xetracy

it's king #dedede

Please login to write comment.