Color Hex Logo

#dbaee3 Color Hex

#DBAEE3
(219,174,227)
0 Favorites   0 Comments

Color spaces of #dbaee3

RGB 219174227
HSL0.810.490.79
HSV291°23°89°
CMYK 0.040.230.00   0.11
XYZ58.214650.878279.4253
Yxy50.87820.30880.2699
Hunter Lab71.329020.8558-16.0896
CIE-Lab76.605225.4605-20.3734

#dbaee3 color RGB value is (219,174,227).

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

The process color (four color CMYK) of #dbaee3 color hex is 0.04, 0.23, 0.00, 0.11. Web safe color of #dbaee3 is #cc99cc. Color #dbaee3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11100011
Octal 333 256 343
Decimal 219 174 227
Hex DB AE E3

RGB Percentages of Color #dbaee3

%35.32
%28.06
%36.61

CMYK Percentages of Color #dbaee3

%4
%23
%0
%11

Triadic Colors of #dbaee3

#dbaee3 #e3dbae #aee3db

Analogous Colors of #dbaee3

#dbaee3 #e3aed1 #c1aee3

Monochromatic Colors of #dbaee3

#dbaee3

Complementary Color

#dbaee3 #b6e3ae

#dbaee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaee3 Color CSS Codes

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

#dbaee3 Text Font Color

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

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


#dbaee3 Background Color

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

This div background color is #dbaee3


#dbaee3 Border Color

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

This div border color is #dbaee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaee3


Comments

No comments written yet.

Please login to write comment.