Color Hex Logo

#dbaef1 Color Hex

#DBAEF1
(219,174,241)
0 Favorites   0 Comments

Color spaces of #dbaef1

RGB 219174241
HSL0.780.710.81
HSV280°28°95°
CMYK 0.090.280.00   0.05
XYZ60.226751.683090.0206
Yxy51.68300.29830.2559
Hunter Lab71.890923.7296-23.9183
CIE-Lab77.090928.2037-27.2098

#dbaef1 color RGB value is (219,174,241).

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

The process color (four color CMYK) of #dbaef1 color hex is 0.09, 0.28, 0.00, 0.05. Web safe color of #dbaef1 is #cc99ff. Color #dbaef1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11110001
Octal 333 256 361
Decimal 219 174 241
Hex DB AE F1

RGB Percentages of Color #dbaef1

%34.54
%27.44
%38.01

CMYK Percentages of Color #dbaef1

%9
%28
%0
%5

Triadic Colors of #dbaef1

#dbaef1 #f1dbae #aef1db

Analogous Colors of #dbaef1

#dbaef1 #f1aee6 #baaef1

Monochromatic Colors of #dbaef1

#dbaef1

Complementary Color

#dbaef1 #c4f1ae

#dbaef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaef1 Color CSS Codes

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

#dbaef1 Text Font Color

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

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


#dbaef1 Background Color

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

This div background color is #dbaef1


#dbaef1 Border Color

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

This div border color is #dbaef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaef1


Comments

No comments written yet.

Please login to write comment.