Color Hex Logo

#deabb0 Color Hex

#DEABB0
(222,171,176)
0 Favorites   0 Comments

Color spaces of #deabb0

RGB 222171176
HSL0.980.440.77
HSV354°23°87°
CMYK 0.000.230.21   0.13
XYZ52.523647.790047.5304
Yxy47.79000.35530.3232
Hunter Lab69.130314.64217.6265
CIE-Lab74.692319.39184.6492

#deabb0 color RGB value is (222,171,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 10110000
Octal 336 253 260
Decimal 222 171 176
Hex DE AB B0

RGB Percentages of Color #deabb0

%39.02
%30.05
%30.93

CMYK Percentages of Color #deabb0

%0
%23
%21
%13

Triadic Colors of #deabb0

#deabb0 #b0deab #abb0de

Analogous Colors of #deabb0

#deabb0 #dec0ab #deabca

Monochromatic Colors of #deabb0

#deabb0

Complementary Color

#deabb0 #abded9

#deabb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deabb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deabb0 Color CSS Codes

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

#deabb0 Text Font Color

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

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


#deabb0 Background Color

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

This div background color is #deabb0


#deabb0 Border Color

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

This div border color is #deabb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deabb0


Comments

No comments written yet.

Please login to write comment.