Color Hex Logo

#dbafef Color Hex

#DBAFEF
(219,175,239)
0 Favorites   0 Comments

Color spaces of #dbafef

RGB 219175239
HSL0.780.670.81
HSV281°27°94°
CMYK 0.080.270.00   0.06
XYZ60.123451.952088.5202
Yxy51.95200.29970.2590
Hunter Lab72.077722.7591-22.3609
CIE-Lab77.252127.2630-25.8831

#dbafef color RGB value is (219,175,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 11101111
Octal 333 257 357
Decimal 219 175 239
Hex DB AF EF

RGB Percentages of Color #dbafef

%34.60
%27.65
%37.76

CMYK Percentages of Color #dbafef

%8
%27
%0
%6

Triadic Colors of #dbafef

#dbafef #efdbaf #afefdb

Analogous Colors of #dbafef

#dbafef #efafe3 #bbafef

Monochromatic Colors of #dbafef

#dbafef

Complementary Color

#dbafef #c3efaf

#dbafef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbafef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbafef Color CSS Codes

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

#dbafef Text Font Color

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

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


#dbafef Background Color

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

This div background color is #dbafef


#dbafef Border Color

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

This div border color is #dbafef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbafef


Comments

No comments written yet.

Please login to write comment.