Color Hex Logo

#daaeeb Color Hex

#DAAEEB
(218,174,235)
0 Favorites   0 Comments

Color spaces of #daaeeb

RGB 218174235
HSL0.790.600.80
HSV283°26°92°
CMYK 0.070.260.00   0.08
XYZ59.044951.175785.3632
Yxy51.17570.30190.2617
Hunter Lab71.537222.1391-20.6730
CIE-Lab76.785326.6932-24.4420

#daaeeb color RGB value is (218,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 11101011
Octal 332 256 353
Decimal 218 174 235
Hex DA AE EB

RGB Percentages of Color #daaeeb

%34.77
%27.75
%37.48

CMYK Percentages of Color #daaeeb

%7
%26
%0
%8

Triadic Colors of #daaeeb

#daaeeb #ebdaae #aeebda

Analogous Colors of #daaeeb

#daaeeb #ebaede #bcaeeb

Monochromatic Colors of #daaeeb

#daaeeb

Complementary Color

#daaeeb #bfebae

#daaeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaeeb Color CSS Codes

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

#daaeeb Text Font Color

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

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


#daaeeb Background Color

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

This div background color is #daaeeb


#daaeeb Border Color

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

This div border color is #daaeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaeeb


Comments

No comments written yet.

Please login to write comment.