Color Hex Logo

#dbafee Color Hex

#DBAFEE
(219,175,238)
0 Favorites   0 Comments

Color spaces of #dbafee

RGB 219175238
HSL0.780.650.81
HSV282°26°93°
CMYK 0.080.260.00   0.07
XYZ59.976051.893187.7442
Yxy51.89310.30050.2600
Hunter Lab72.036922.5499-21.7921
CIE-Lab77.216927.0640-25.3969

#dbafee color RGB value is (219,175,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 11101110
Octal 333 257 356
Decimal 219 175 238
Hex DB AF EE

RGB Percentages of Color #dbafee

%34.65
%27.69
%37.66

CMYK Percentages of Color #dbafee

%8
%26
%0
%7

Triadic Colors of #dbafee

#dbafee #eedbaf #afeedb

Analogous Colors of #dbafee

#dbafee #eeafe2 #bcafee

Monochromatic Colors of #dbafee

#dbafee

Complementary Color

#dbafee #c2eeaf

#dbafee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbafee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbafee Color CSS Codes

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

#dbafee Text Font Color

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

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


#dbafee Background Color

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

This div background color is #dbafee


#dbafee Border Color

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

This div border color is #dbafee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbafee


Comments

No comments written yet.

Please login to write comment.