Color Hex Logo

#dabcea Color Hex

#DABCEA
(218,188,234)
0 Favorites   0 Comments

Color spaces of #dabcea

RGB 218188234
HSL0.780.520.83
HSV279°20°92°
CMYK 0.070.200.00   0.08
XYZ61.747956.812485.5533
Yxy56.81240.30250.2783
Hunter Lab75.374014.3263-14.5353
CIE-Lab80.074018.9313-18.9087

#dabcea color RGB value is (218,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 11101010
Octal 332 274 352
Decimal 218 188 234
Hex DA BC EA

RGB Percentages of Color #dabcea

%34.06
%29.38
%36.56

CMYK Percentages of Color #dabcea

%7
%20
%0
%8

Triadic Colors of #dabcea

#dabcea #eadabc #bceada

Analogous Colors of #dabcea

#dabcea #eabce3 #c3bcea

Monochromatic Colors of #dabcea

#dabcea

Complementary Color

#dabcea #cceabc

#dabcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabcea Color CSS Codes

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

#dabcea Text Font Color

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

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


#dabcea Background Color

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

This div background color is #dabcea


#dabcea Border Color

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

This div border color is #dabcea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,188,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 #dabcea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabcea


Comments

No comments written yet.

Please login to write comment.