Color Hex Logo

#dbabed Color Hex

#DBABED
(219,171,237)
0 Favorites   0 Comments

Color spaces of #dbabed

RGB 219171237
HSL0.790.650.80
HSV284°28°93°
CMYK 0.080.280.00   0.07
XYZ59.062450.300386.7168
Yxy50.30030.30120.2565
Hunter Lab70.922724.5350-22.8477
CIE-Lab76.253229.0289-26.3291

#dbabed color RGB value is (219,171,237).

#dbabed hex color red value is 219, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dbabed hue: 0.79 , saturation: 0.65 and the lightness value of dbabed is 0.80.

The process color (four color CMYK) of #dbabed color hex is 0.08, 0.28, 0.00, 0.07. Web safe color of #dbabed is #cc99ff. Color #dbabed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 11101101
Octal 333 253 355
Decimal 219 171 237
Hex DB AB ED

RGB Percentages of Color #dbabed

%34.93
%27.27
%37.80

CMYK Percentages of Color #dbabed

%8
%28
%0
%7

Triadic Colors of #dbabed

#dbabed #eddbab #abeddb

Analogous Colors of #dbabed

#dbabed #edabde #baabed

Monochromatic Colors of #dbabed

#dbabed

Complementary Color

#dbabed #bdedab

#dbabed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbabed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbabed Color CSS Codes

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

#dbabed Text Font Color

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

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


#dbabed Background Color

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

This div background color is #dbabed


#dbabed Border Color

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

This div border color is #dbabed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbabed


Comments

No comments written yet.

Please login to write comment.