Color Hex Logo

#deacc6 Color Hex

#DEACC6
(222,172,198)
0 Favorites   0 Comments

Color spaces of #deacc6

RGB 222172198
HSL0.910.430.77
HSV329°23°87°
CMYK 0.000.230.11   0.13
XYZ55.069849.111960.0031
Yxy49.11190.33540.2991
Hunter Lab70.079917.6281-1.7088
CIE-Lab75.520922.3460-6.1767

#deacc6 color RGB value is (222,172,198).

#deacc6 hex color red value is 222, green value is 172 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #deacc6 hue: 0.91 , saturation: 0.43 and the lightness value of deacc6 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101100 11000110
Octal 336 254 306
Decimal 222 172 198
Hex DE AC C6

RGB Percentages of Color #deacc6

%37.50
%29.05
%33.45

CMYK Percentages of Color #deacc6

%0
%23
%11
%13

Triadic Colors of #deacc6

#deacc6 #c6deac #acc6de

Analogous Colors of #deacc6

#deacc6 #deacad #ddacde

Monochromatic Colors of #deacc6

#deacc6

Complementary Color

#deacc6 #acdec4

#deacc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deacc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deacc6 Color CSS Codes

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

#deacc6 Text Font Color

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

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


#deacc6 Background Color

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

This div background color is #deacc6


#deacc6 Border Color

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

This div border color is #deacc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deacc6


Comments

No comments written yet.

Please login to write comment.