Color Hex Logo

#dbaee1 Color Hex

#DBAEE1
(219,174,225)
0 Favorites   0 Comments

Color spaces of #dbaee1

RGB 219174225
HSL0.810.460.78
HSV293°23°88°
CMYK 0.030.230.00   0.12
XYZ57.940150.768477.9797
Yxy50.76840.31040.2719
Hunter Lab71.251920.4603-15.0119
CIE-Lab76.538525.0794-19.3894

#dbaee1 color RGB value is (219,174,225).

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

The process color (four color CMYK) of #dbaee1 color hex is 0.03, 0.23, 0.00, 0.12. Web safe color of #dbaee1 is #cc99cc. Color #dbaee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11100001
Octal 333 256 341
Decimal 219 174 225
Hex DB AE E1

RGB Percentages of Color #dbaee1

%35.44
%28.16
%36.41

CMYK Percentages of Color #dbaee1

%3
%23
%0
%12

Triadic Colors of #dbaee1

#dbaee1 #e1dbae #aee1db

Analogous Colors of #dbaee1

#dbaee1 #e1aece #c2aee1

Monochromatic Colors of #dbaee1

#dbaee1

Complementary Color

#dbaee1 #b4e1ae

#dbaee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaee1 Color CSS Codes

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

#dbaee1 Text Font Color

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

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


#dbaee1 Background Color

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

This div background color is #dbaee1


#dbaee1 Border Color

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

This div border color is #dbaee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaee1


Comments

No comments written yet.

Please login to write comment.