Color Hex Logo

#deabd6 Color Hex

#DEABD6
(222,171,214)
0 Favorites   0 Comments

Color spaces of #deabd6

RGB 222171214
HSL0.860.440.77
HSV309°23°87°
CMYK 0.000.230.04   0.13
XYZ56.824749.510570.1798
Yxy49.51050.32190.2805
Hunter Lab70.363721.0175-9.8805
CIE-Lab75.767825.6632-14.5413

#deabd6 color RGB value is (222,171,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 11010110
Octal 336 253 326
Decimal 222 171 214
Hex DE AB D6

RGB Percentages of Color #deabd6

%36.57
%28.17
%35.26

CMYK Percentages of Color #deabd6

%0
%23
%4
%13

Triadic Colors of #deabd6

#deabd6 #d6deab #abd6de

Analogous Colors of #deabd6

#deabd6 #deabbd #cdabde

Monochromatic Colors of #deabd6

#deabd6

Complementary Color

#deabd6 #abdeb3

#deabd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deabd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deabd6 Color CSS Codes

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

#deabd6 Text Font Color

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

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


#deabd6 Background Color

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

This div background color is #deabd6


#deabd6 Border Color

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

This div border color is #deabd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deabd6


Comments

No comments written yet.

Please login to write comment.