Color Hex Logo

#daaceb Color Hex

#DAACEB
(218,172,235)
0 Favorites   0 Comments

Color spaces of #daaceb

RGB 218172235
HSL0.790.610.80
HSV284°27°92°
CMYK 0.070.270.00   0.08
XYZ58.661450.408685.2353
Yxy50.40860.30190.2594
Hunter Lab70.999023.2335-21.4792
CIE-Lab76.319427.7759-25.1532

#daaceb color RGB value is (218,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 11101011
Octal 332 254 353
Decimal 218 172 235
Hex DA AC EB

RGB Percentages of Color #daaceb

%34.88
%27.52
%37.60

CMYK Percentages of Color #daaceb

%7
%27
%0
%8

Triadic Colors of #daaceb

#daaceb #ebdaac #acebda

Analogous Colors of #daaceb

#daaceb #ebacdd #bbaceb

Monochromatic Colors of #daaceb

#daaceb

Complementary Color

#daaceb #bdebac

#daaceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaceb Color CSS Codes

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

#daaceb Text Font Color

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

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


#daaceb Background Color

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

This div background color is #daaceb


#daaceb Border Color

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

This div border color is #daaceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaceb


Comments

No comments written yet.

Please login to write comment.