Color Hex Logo

#dbafed Color Hex

#DBAFED
(219,175,237)
0 Favorites   0 Comments

Color spaces of #dbafed

RGB 219175237
HSL0.780.630.81
HSV283°26°93°
CMYK 0.080.260.00   0.07
XYZ59.829551.834486.9725
Yxy51.83440.30120.2610
Hunter Lab71.996122.3421-21.2260
CIE-Lab77.181726.8660-24.9102

#dbafed color RGB value is (219,175,237).

#dbafed hex color red value is 219, green value is 175 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dbafed hue: 0.78 , saturation: 0.63 and the lightness value of dbafed is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 11101101
Octal 333 257 355
Decimal 219 175 237
Hex DB AF ED

RGB Percentages of Color #dbafed

%34.71
%27.73
%37.56

CMYK Percentages of Color #dbafed

%8
%26
%0
%7

Triadic Colors of #dbafed

#dbafed #eddbaf #afeddb

Analogous Colors of #dbafed

#dbafed #edafe0 #bcafed

Monochromatic Colors of #dbafed

#dbafed

Complementary Color

#dbafed #c1edaf

#dbafed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbafed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbafed Color CSS Codes

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

#dbafed Text Font Color

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

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


#dbafed Background Color

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

This div background color is #dbafed


#dbafed Border Color

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

This div border color is #dbafed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,175,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbafed


Comments

No comments written yet.

Please login to write comment.