Color Hex Logo

#dbaed7 Color Hex

#DBAED7
(219,174,215)
0 Favorites   0 Comments

Color spaces of #dbaed7

RGB 219174215
HSL0.850.380.77
HSV305°21°86°
CMYK 0.000.210.02   0.14
XYZ56.615250.238571.0030
Yxy50.23850.31830.2825
Hunter Lab70.879118.5397-9.7782
CIE-Lab76.215423.2156-14.4424

#dbaed7 color RGB value is (219,174,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11010111
Octal 333 256 327
Decimal 219 174 215
Hex DB AE D7

RGB Percentages of Color #dbaed7

%36.02
%28.62
%35.36

CMYK Percentages of Color #dbaed7

%0
%21
%2
%14

Triadic Colors of #dbaed7

#dbaed7 #d7dbae #aed7db

Analogous Colors of #dbaed7

#dbaed7 #dbaec1 #c9aedb

Monochromatic Colors of #dbaed7

#dbaed7

Complementary Color

#dbaed7 #aedbb2

#dbaed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaed7 Color CSS Codes

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

#dbaed7 Text Font Color

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

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


#dbaed7 Background Color

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

This div background color is #dbaed7


#dbaed7 Border Color

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

This div border color is #dbaed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaed7


Comments

No comments written yet.

Please login to write comment.