Color Hex Logo

#dbaed5 Color Hex

#DBAED5
(219,174,213)
0 Favorites   0 Comments

Color spaces of #dbaed5

RGB 219174213
HSL0.860.380.77
HSV308°21°86°
CMYK 0.000.210.03   0.14
XYZ56.359750.136369.6576
Yxy50.13630.31990.2846
Hunter Lab70.807018.1670-8.7627
CIE-Lab76.152822.8515-13.4479

#dbaed5 color RGB value is (219,174,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11010101
Octal 333 256 325
Decimal 219 174 213
Hex DB AE D5

RGB Percentages of Color #dbaed5

%36.14
%28.71
%35.15

CMYK Percentages of Color #dbaed5

%0
%21
%3
%14

Triadic Colors of #dbaed5

#dbaed5 #d5dbae #aed5db

Analogous Colors of #dbaed5

#dbaed5 #dbaebf #cbaedb

Monochromatic Colors of #dbaed5

#dbaed5

Complementary Color

#dbaed5 #aedbb4

#dbaed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaed5 Color CSS Codes

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

#dbaed5 Text Font Color

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

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


#dbaed5 Background Color

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

This div background color is #dbaed5


#dbaed5 Border Color

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

This div border color is #dbaed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaed5


Comments

No comments written yet.

Please login to write comment.