Color Hex Logo

#daacef Color Hex

#DAACEF
(218,172,239)
0 Favorites   0 Comments

Color spaces of #daacef

RGB 218172239
HSL0.780.680.81
HSV281°28°94°
CMYK 0.090.280.00   0.06
XYZ59.246050.642588.3137
Yxy50.64250.29890.2555
Hunter Lab71.163524.0709-23.7642
CIE-Lab76.461928.5709-27.1002

#daacef color RGB value is (218,172,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 11101111
Octal 332 254 357
Decimal 218 172 239
Hex DA AC EF

RGB Percentages of Color #daacef

%34.66
%27.34
%38.00

CMYK Percentages of Color #daacef

%9
%28
%0
%6

Triadic Colors of #daacef

#daacef #efdaac #acefda

Analogous Colors of #daacef

#daacef #eface3 #b9acef

Monochromatic Colors of #daacef

#daacef

Complementary Color

#daacef #c1efac

#daacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#daacef Color CSS Codes

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

#daacef Text Font Color

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

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


#daacef Background Color

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

This div background color is #daacef


#daacef Border Color

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

This div border color is #daacef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,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 #daacef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daacef


Comments

No comments written yet.

Please login to write comment.