Color Hex Logo

#deaab2 Color Hex

#DEAAB2
(222,170,178)
0 Favorites   0 Comments

Color spaces of #deaab2

RGB 222170178
HSL0.970.440.77
HSV351°23°87°
CMYK 0.000.230.20   0.13
XYZ52.534847.493448.5177
Yxy47.49340.35370.3197
Hunter Lab68.915515.46996.4996
CIE-Lab74.504320.23133.2817

#deaab2 color RGB value is (222,170,178).

#deaab2 hex color red value is 222, green value is 170 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #deaab2 hue: 0.97 , saturation: 0.44 and the lightness value of deaab2 is 0.77.

The process color (four color CMYK) of #deaab2 color hex is 0.00, 0.23, 0.20, 0.13. Web safe color of #deaab2 is #cc9999. Color #deaab2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101010 10110010
Octal 336 252 262
Decimal 222 170 178
Hex DE AA B2

RGB Percentages of Color #deaab2

%38.95
%29.82
%31.23

CMYK Percentages of Color #deaab2

%0
%23
%20
%13

Triadic Colors of #deaab2

#deaab2 #b2deaa #aab2de

Analogous Colors of #deaab2

#deaab2 #debcaa #deaacc

Monochromatic Colors of #deaab2

#deaab2

Complementary Color

#deaab2 #aaded6

#deaab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaab2 Color CSS Codes

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

#deaab2 Text Font Color

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

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


#deaab2 Background Color

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

This div background color is #deaab2


#deaab2 Border Color

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

This div border color is #deaab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaab2


Comments

No comments written yet.

Please login to write comment.