Color Hex Logo

#dbaef5 Color Hex

#DBAEF5
(219,174,245)
0 Favorites   0 Comments

Color spaces of #dbaef5

RGB 219174245
HSL0.770.780.82
HSV278°29°96°
CMYK 0.110.290.00   0.04
XYZ60.830951.924793.2025
Yxy51.92470.29540.2521
Hunter Lab72.058824.5840-26.2459
CIE-Lab77.235829.0105-29.1461

#dbaef5 color RGB value is (219,174,245).

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

The process color (four color CMYK) of #dbaef5 color hex is 0.11, 0.29, 0.00, 0.04. Web safe color of #dbaef5 is #cc99ff. Color #dbaef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11110101
Octal 333 256 365
Decimal 219 174 245
Hex DB AE F5

RGB Percentages of Color #dbaef5

%34.33
%27.27
%38.40

CMYK Percentages of Color #dbaef5

%11
%29
%0
%4

Triadic Colors of #dbaef5

#dbaef5 #f5dbae #aef5db

Analogous Colors of #dbaef5

#dbaef5 #f5aeec #b8aef5

Monochromatic Colors of #dbaef5

#dbaef5

Complementary Color

#dbaef5 #c8f5ae

#dbaef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaef5 Color CSS Codes

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

#dbaef5 Text Font Color

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

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


#dbaef5 Background Color

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

This div background color is #dbaef5


#dbaef5 Border Color

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

This div border color is #dbaef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaef5


Comments

No comments written yet.

Please login to write comment.