Color Hex Logo

#daabeb Color Hex

#DAABEB
(218,171,235)
0 Favorites   0 Comments

Color spaces of #daabeb

RGB 218171235
HSL0.790.620.80
HSV284°27°92°
CMYK 0.070.270.00   0.08
XYZ58.471750.029485.1721
Yxy50.02940.30190.2583
Hunter Lab70.731523.7808-21.8827
CIE-Lab76.087328.3169-25.5077

#daabeb color RGB value is (218,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 11101011
Octal 332 253 353
Decimal 218 171 235
Hex DA AB EB

RGB Percentages of Color #daabeb

%34.94
%27.40
%37.66

CMYK Percentages of Color #daabeb

%7
%27
%0
%8

Triadic Colors of #daabeb

#daabeb #ebdaab #abebda

Analogous Colors of #daabeb

#daabeb #ebabdc #baabeb

Monochromatic Colors of #daabeb

#daabeb

Complementary Color

#daabeb #bcebab

#daabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daabeb Color CSS Codes

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

#daabeb Text Font Color

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

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


#daabeb Background Color

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

This div background color is #daabeb


#daabeb Border Color

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

This div border color is #daabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daabeb


Comments

No comments written yet.

Please login to write comment.