Color Hex Logo

#daacee Color Hex

#DAACEE
(218,172,238)
0 Favorites   0 Comments

Color spaces of #daacee

RGB 218172238
HSL0.780.660.80
HSV282°28°93°
CMYK 0.080.280.00   0.07
XYZ59.098650.583587.5377
Yxy50.58350.29970.2565
Hunter Lab71.122123.8602-23.1892
CIE-Lab76.426028.3712-26.6143

#daacee color RGB value is (218,172,238).

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

The process color (four color CMYK) of #daacee color hex is 0.08, 0.28, 0.00, 0.07. Web safe color of #daacee is #cc99ff. Color #daacee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 11101110
Octal 332 254 356
Decimal 218 172 238
Hex DA AC EE

RGB Percentages of Color #daacee

%34.71
%27.39
%37.90

CMYK Percentages of Color #daacee

%8
%28
%0
%7

Triadic Colors of #daacee

#daacee #eedaac #aceeda

Analogous Colors of #daacee

#daacee #eeace1 #b9acee

Monochromatic Colors of #daacee

#daacee

Complementary Color

#daacee #c0eeac

#daacee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daacee Color Preview on White Background

Lorem ipsum dolor sit amet.

#daacee Color CSS Codes

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

#daacee Text Font Color

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

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


#daacee Background Color

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

This div background color is #daacee


#daacee Border Color

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

This div border color is #daacee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daacee


Comments

No comments written yet.

Please login to write comment.