Color Hex Logo

#d9acef Color Hex

#D9ACEF
(217,172,239)
0 Favorites   0 Comments

Color spaces of #d9acef

RGB 217172239
HSL0.780.680.81
HSV280°28°94°
CMYK 0.090.280.00   0.06
XYZ58.947850.488888.2998
Yxy50.48880.29810.2553
Hunter Lab71.055523.7370-23.9402
CIE-Lab76.368328.2567-27.2519

#d9acef color RGB value is (217,172,239).

#d9acef hex color red value is 217, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d9acef hue: 0.78 , saturation: 0.68 and the lightness value of d9acef is 0.81.

The process color (four color CMYK) of #d9acef color hex is 0.09, 0.28, 0.00, 0.06. Web safe color of #d9acef is #cc99ff. Color #d9acef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101100 11101111
Octal 331 254 357
Decimal 217 172 239
Hex D9 AC EF

RGB Percentages of Color #d9acef

%34.55
%27.39
%38.06

CMYK Percentages of Color #d9acef

%9
%28
%0
%6

Triadic Colors of #d9acef

#d9acef #efd9ac #acefd9

Analogous Colors of #d9acef

#d9acef #eface4 #b8acef

Monochromatic Colors of #d9acef

#d9acef

Complementary Color

#d9acef #c2efac

#d9acef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9acef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9acef Color CSS Codes

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

#d9acef Text Font Color

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

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


#d9acef Background Color

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

This div background color is #d9acef


#d9acef Border Color

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

This div border color is #d9acef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9acef


Comments

No comments written yet.

Please login to write comment.