Color Hex Logo

#dead95 Color Hex

#DEAD95
(222,173,149)
0 Favorites   0 Comments

Color spaces of #dead95

RGB 222173149
HSL0.050.530.73
HSV20°33°87°
CMYK 0.000.220.33   0.13
XYZ50.492647.586734.9577
Yxy47.58670.37950.3577
Hunter Lab68.98319.933718.2425
CIE-Lab74.563514.588619.1954

#dead95 color RGB value is (222,173,149).

#dead95 hex color red value is 222, green value is 173 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #dead95 hue: 0.05 , saturation: 0.53 and the lightness value of dead95 is 0.73.

The process color (four color CMYK) of #dead95 color hex is 0.00, 0.22, 0.33, 0.13. Web safe color of #dead95 is #cc9999. Color #dead95 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101101 10010101
Octal 336 255 225
Decimal 222 173 149
Hex DE AD 95

RGB Percentages of Color #dead95

%40.81
%31.80
%27.39

CMYK Percentages of Color #dead95

%0
%22
%33
%13

Triadic Colors of #dead95

#dead95 #95dead #ad95de

Analogous Colors of #dead95

#dead95 #ded295 #de95a2

Monochromatic Colors of #dead95

#dead95

Complementary Color

#dead95 #95c6de

#dead95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dead95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dead95 Color CSS Codes

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

#dead95 Text Font Color

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

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


#dead95 Background Color

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

This div background color is #dead95


#dead95 Border Color

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

This div border color is #dead95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dead95


Comments

No comments written yet.

Please login to write comment.