color codes Logo

#dbaefa color codes

#DBAEFA
(219,174,250)
0 Favorites   0 Comments

Color spaces of #dbaefa

RGB 219174250
HSL0.770.880.83
HSV276°30°98°
CMYK 0.120.300.00   0.02
XYZ61.604852.234397.2778
Yxy52.23430.29180.2474
Hunter Lab72.273325.6727-29.2113
CIE-Lab77.420730.0329-31.5556

#dbaefa color RGB value is (219,174,250).

#dbaefa hex color red value is 219, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dbaefa hue: 0.77 , saturation: 0.88 and the lightness value of dbaefa is 0.83.

The process color (four color CMYK) of #dbaefa color code is 0.12, 0.30, 0.00, 0.02. Web safe color of #dbaefa is #cc99ff. Color #dbaefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11111010
Octal 333 256 372
Decimal 219 174 250
Hex DB AE FA

RGB Percentages of Color #dbaefa

%34.06
%27.06
%38.88

CMYK Percentages of Color #dbaefa

%12
%30
%0
%2

Triadic Colors of #dbaefa

#dbaefa #fadbae #aefadb

Analogous Colors of #dbaefa

#dbaefa #faaef3 #b5aefa

Monochromatic Colors of #dbaefa

#dbaefa

Complementary Color

#dbaefa #cdfaae

#dbaefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaefa Color CSS Codes

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

#dbaefa Text Font Color

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

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


#dbaefa Background Color

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

This div background color is #dbaefa


#dbaefa Border Color

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

This div border color is #dbaefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaefa


Comments

No comments written yet.

Please login to write comment.