Color Hex Logo

#daafeb Color Hex

#DAAFEB
(218,175,235)
0 Favorites   0 Comments

Color spaces of #daafeb

RGB 218175235
HSL0.790.600.80
HSV283°26°92°
CMYK 0.070.260.00   0.08
XYZ59.238851.563585.4278
Yxy51.56350.30190.2628
Hunter Lab71.807721.5926-20.2704
CIE-Lab77.019126.1521-24.0854

#daafeb color RGB value is (218,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 11101011
Octal 332 257 353
Decimal 218 175 235
Hex DA AF EB

RGB Percentages of Color #daafeb

%34.71
%27.87
%37.42

CMYK Percentages of Color #daafeb

%7
%26
%0
%8

Triadic Colors of #daafeb

#daafeb #ebdaaf #afebda

Analogous Colors of #daafeb

#daafeb #ebafde #bcafeb

Monochromatic Colors of #daafeb

#daafeb

Complementary Color

#daafeb #c0ebaf

#daafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daafeb Color CSS Codes

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

#daafeb Text Font Color

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

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


#daafeb Background Color

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

This div background color is #daafeb


#daafeb Border Color

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

This div border color is #daafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daafeb


Comments

No comments written yet.

Please login to write comment.