Color Hex Logo

#deabbb Color Hex

#DEABBB
(222,171,187)
0 Favorites   0 Comments

Color spaces of #deabbb

RGB 222171187
HSL0.950.440.77
HSV341°23°87°
CMYK 0.000.230.16   0.13
XYZ53.656848.243353.4976
Yxy48.24330.34530.3105
Hunter Lab69.457416.34332.9537
CIE-Lab74.978121.0895-0.9585

#deabbb color RGB value is (222,171,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 10111011
Octal 336 253 273
Decimal 222 171 187
Hex DE AB BB

RGB Percentages of Color #deabbb

%38.28
%29.48
%32.24

CMYK Percentages of Color #deabbb

%0
%23
%16
%13

Triadic Colors of #deabbb

#deabbb #bbdeab #abbbde

Analogous Colors of #deabbb

#deabbb #deb5ab #deabd5

Monochromatic Colors of #deabbb

#deabbb

Complementary Color

#deabbb #abdece

#deabbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deabbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#deabbb Color CSS Codes

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

#deabbb Text Font Color

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

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


#deabbb Background Color

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

This div background color is #deabbb


#deabbb Border Color

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

This div border color is #deabbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,171,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 #deabbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deabbb


Comments

No comments written yet.

Please login to write comment.