Color Hex Logo

#deadda Color Hex

#DEADDA
(222,173,218)
0 Favorites   0 Comments

Color spaces of #deadda

RGB 222173218
HSL0.850.430.77
HSV305°22°87°
CMYK 0.000.220.02   0.13
XYZ57.722750.478773.0307
Yxy50.47870.31850.2785
Hunter Lab71.048420.6863-11.2104
CIE-Lab76.362225.3086-15.8249

#deadda color RGB value is (222,173,218).

#deadda hex color red value is 222, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #deadda hue: 0.85 , saturation: 0.43 and the lightness value of deadda is 0.77.

The process color (four color CMYK) of #deadda color hex is 0.00, 0.22, 0.02, 0.13. Web safe color of #deadda is #cc99cc. Color #deadda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101101 11011010
Octal 336 255 332
Decimal 222 173 218
Hex DE AD DA

RGB Percentages of Color #deadda

%36.22
%28.22
%35.56

CMYK Percentages of Color #deadda

%0
%22
%2
%13

Triadic Colors of #deadda

#deadda #dadead #addade

Analogous Colors of #deadda

#deadda #deadc2 #caadde

Monochromatic Colors of #deadda

#deadda

Complementary Color

#deadda #addeb1

#deadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#deadda Color CSS Codes

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

#deadda Text Font Color

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

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


#deadda Background Color

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

This div background color is #deadda


#deadda Border Color

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

This div border color is #deadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deadda


Comments

No comments written yet.

Please login to write comment.