Color Hex Logo

#deabb6 Color Hex

#DEABB6
(222,171,182)
0 Favorites   0 Comments

Color spaces of #deabb6

RGB 222171182
HSL0.960.440.77
HSV347°23°87°
CMYK 0.000.230.18   0.13
XYZ53.130648.032850.7269
Yxy48.03280.34980.3162
Hunter Lab69.305715.55535.1179
CIE-Lab74.845620.30541.5860

#deabb6 color RGB value is (222,171,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 10110110
Octal 336 253 266
Decimal 222 171 182
Hex DE AB B6

RGB Percentages of Color #deabb6

%38.61
%29.74
%31.65

CMYK Percentages of Color #deabb6

%0
%23
%18
%13

Triadic Colors of #deabb6

#deabb6 #b6deab #abb6de

Analogous Colors of #deabb6

#deabb6 #debaab #deabd0

Monochromatic Colors of #deabb6

#deabb6

Complementary Color

#deabb6 #abded3

#deabb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deabb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deabb6 Color CSS Codes

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

#deabb6 Text Font Color

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

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


#deabb6 Background Color

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

This div background color is #deabb6


#deabb6 Border Color

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

This div border color is #deabb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deabb6


Comments

No comments written yet.

Please login to write comment.