Color Hex Logo

#dbaed3 Color Hex

#DBAED3
(219,174,211)
0 Favorites   0 Comments

Color spaces of #dbaed3

RGB 219174211
HSL0.860.380.77
HSV311°21°86°
CMYK 0.000.210.04   0.14
XYZ56.107350.035368.3286
Yxy50.03530.32160.2868
Hunter Lab70.735617.7983-7.7575
CIE-Lab76.090922.4904-12.4516

#dbaed3 color RGB value is (219,174,211).

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

The process color (four color CMYK) of #dbaed3 color hex is 0.00, 0.21, 0.04, 0.14. Web safe color of #dbaed3 is #cc99cc. Color #dbaed3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11010011
Octal 333 256 323
Decimal 219 174 211
Hex DB AE D3

RGB Percentages of Color #dbaed3

%36.26
%28.81
%34.93

CMYK Percentages of Color #dbaed3

%0
%21
%4
%14

Triadic Colors of #dbaed3

#dbaed3 #d3dbae #aed3db

Analogous Colors of #dbaed3

#dbaed3 #dbaebd #cdaedb

Monochromatic Colors of #dbaed3

#dbaed3

Complementary Color

#dbaed3 #aedbb6

#dbaed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaed3 Color CSS Codes

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

#dbaed3 Text Font Color

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

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


#dbaed3 Background Color

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

This div background color is #dbaed3


#dbaed3 Border Color

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

This div border color is #dbaed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaed3


Comments

No comments written yet.

Please login to write comment.