Color Hex Logo

#dabdea Color Hex

#DABDEA
(218,189,234)
0 Favorites   0 Comments

Color spaces of #dabdea

RGB 218189234
HSL0.770.520.83
HSV279°19°92°
CMYK 0.070.190.00   0.08
XYZ61.962357.241185.6248
Yxy57.24110.30250.2795
Hunter Lab75.657813.7868-14.1402
CIE-Lab80.315018.3930-18.5445

#dabdea color RGB value is (218,189,234).

#dabdea hex color red value is 218, green value is 189 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dabdea hue: 0.77 , saturation: 0.52 and the lightness value of dabdea is 0.83.

The process color (four color CMYK) of #dabdea color hex is 0.07, 0.19, 0.00, 0.08. Web safe color of #dabdea is #ccccff. Color #dabdea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 11101010
Octal 332 275 352
Decimal 218 189 234
Hex DA BD EA

RGB Percentages of Color #dabdea

%34.01
%29.49
%36.51

CMYK Percentages of Color #dabdea

%7
%19
%0
%8

Triadic Colors of #dabdea

#dabdea #eadabd #bdeada

Analogous Colors of #dabdea

#dabdea #eabde4 #c4bdea

Monochromatic Colors of #dabdea

#dabdea

Complementary Color

#dabdea #cdeabd

#dabdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabdea Color CSS Codes

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

#dabdea Text Font Color

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

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


#dabdea Background Color

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

This div background color is #dabdea


#dabdea Border Color

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

This div border color is #dabdea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,189,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dabdea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dabdea;
  -webkit-box-shadow: 1px 1px 3px 2px #dabdea;
  box-shadow:         1px 1px 3px 2px #dabdea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,189,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabdea


Comments

No comments written yet.

Please login to write comment.