Color Hex Logo

#deabc9 Color Hex

#DEABC9
(222,171,201)
0 Favorites   0 Comments

Color spaces of #deabc9

RGB 222171201
HSL0.900.440.77
HSV325°23°87°
CMYK 0.000.230.09   0.13
XYZ55.229748.872561.7807
Yxy48.87250.33290.2946
Hunter Lab69.908918.6788-3.4603
CIE-Lab75.371923.3911-8.0370

#deabc9 color RGB value is (222,171,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 11001001
Octal 336 253 311
Decimal 222 171 201
Hex DE AB C9

RGB Percentages of Color #deabc9

%37.37
%28.79
%33.84

CMYK Percentages of Color #deabc9

%0
%23
%9
%13

Triadic Colors of #deabc9

#deabc9 #c9deab #abc9de

Analogous Colors of #deabc9

#deabc9 #deabb0 #daabde

Monochromatic Colors of #deabc9

#deabc9

Complementary Color

#deabc9 #abdec0

#deabc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deabc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deabc9 Color CSS Codes

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

#deabc9 Text Font Color

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

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


#deabc9 Background Color

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

This div background color is #deabc9


#deabc9 Border Color

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

This div border color is #deabc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deabc9


Comments

No comments written yet.

Please login to write comment.