Color Hex Logo

#daaaeb Color Hex

#DAAAEB
(218,170,235)
0 Favorites   0 Comments

Color spaces of #daaaeb

RGB 218170235
HSL0.790.620.79
HSV284°28°92°
CMYK 0.070.280.00   0.08
XYZ58.283649.653085.1094
Yxy49.65300.30190.2572
Hunter Lab70.464924.3291-22.2867
CIE-Lab75.855828.8583-25.8617

#daaaeb color RGB value is (218,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 11101011
Octal 332 252 353
Decimal 218 170 235
Hex DA AA EB

RGB Percentages of Color #daaaeb

%34.99
%27.29
%37.72

CMYK Percentages of Color #daaaeb

%7
%28
%0
%8

Triadic Colors of #daaaeb

#daaaeb #ebdaaa #aaebda

Analogous Colors of #daaaeb

#daaaeb #ebaadc #baaaeb

Monochromatic Colors of #daaaeb

#daaaeb

Complementary Color

#daaaeb #bbebaa

#daaaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaaeb Color CSS Codes

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

#daaaeb Text Font Color

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

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


#daaaeb Background Color

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

This div background color is #daaaeb


#daaaeb Border Color

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

This div border color is #daaaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaaeb


Comments

No comments written yet.

Please login to write comment.