Color Hex Logo

#deaabb Color Hex

#DEAABB
(222,170,187)
0 Favorites   0 Comments

Color spaces of #deaabb

RGB 222170187
HSL0.950.440.77
HSV340°23°87°
CMYK 0.000.230.16   0.13
XYZ53.468647.866953.4348
Yxy47.86690.34550.3093
Hunter Lab69.185916.87392.6383
CIE-Lab74.740921.6283-1.3057

#deaabb color RGB value is (222,170,187).

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

The process color (four color CMYK) of #deaabb color hex is 0.00, 0.23, 0.16, 0.13. Web safe color of #deaabb is #cc99cc. Color #deaabb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101010 10111011
Octal 336 252 273
Decimal 222 170 187
Hex DE AA BB

RGB Percentages of Color #deaabb

%38.34
%29.36
%32.30

CMYK Percentages of Color #deaabb

%0
%23
%16
%13

Triadic Colors of #deaabb

#deaabb #bbdeaa #aabbde

Analogous Colors of #deaabb

#deaabb #deb3aa #deaad5

Monochromatic Colors of #deaabb

#deaabb

Complementary Color

#deaabb #aadecd

#deaabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaabb Color CSS Codes

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

#deaabb Text Font Color

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

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


#deaabb Background Color

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

This div background color is #deaabb


#deaabb Border Color

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

This div border color is #deaabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaabb


Comments

No comments written yet.

Please login to write comment.