Color Hex Logo

#dbaed4 Color Hex

#DBAED4
(219,174,212)
0 Favorites   0 Comments

Color spaces of #dbaed4

RGB 219174212
HSL0.860.380.77
HSV309°21°86°
CMYK 0.000.210.03   0.14
XYZ56.233150.085668.9910
Yxy50.08560.32080.2857
Hunter Lab70.771217.9823-8.2588
CIE-Lab76.121822.6707-12.9500

#dbaed4 color RGB value is (219,174,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11010100
Octal 333 256 324
Decimal 219 174 212
Hex DB AE D4

RGB Percentages of Color #dbaed4

%36.20
%28.76
%35.04

CMYK Percentages of Color #dbaed4

%0
%21
%3
%14

Triadic Colors of #dbaed4

#dbaed4 #d4dbae #aed4db

Analogous Colors of #dbaed4

#dbaed4 #dbaebe #ccaedb

Monochromatic Colors of #dbaed4

#dbaed4

Complementary Color

#dbaed4 #aedbb5

#dbaed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaed4 Color CSS Codes

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

#dbaed4 Text Font Color

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

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


#dbaed4 Background Color

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

This div background color is #dbaed4


#dbaed4 Border Color

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

This div border color is #dbaed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaed4


Comments

No comments written yet.

Please login to write comment.