Color Hex Logo

#dabcfb Color Hex

#DABCFB
(218,188,251)
0 Favorites   0 Comments

Color spaces of #dabcfb

RGB 218188251
HSL0.750.890.86
HSV269°25°98°
CMYK 0.130.250.00   0.02
XYZ64.309257.836999.0410
Yxy57.83690.29070.2615
Hunter Lab76.050617.8530-23.9782
CIE-Lab80.648022.3635-27.1482

#dabcfb color RGB value is (218,188,251).

#dabcfb hex color red value is 218, green value is 188 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dabcfb hue: 0.75 , saturation: 0.89 and the lightness value of dabcfb is 0.86.

The process color (four color CMYK) of #dabcfb color hex is 0.13, 0.25, 0.00, 0.02. Web safe color of #dabcfb is #ccccff. Color #dabcfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 11111011
Octal 332 274 373
Decimal 218 188 251
Hex DA BC FB

RGB Percentages of Color #dabcfb

%33.18
%28.61
%38.20

CMYK Percentages of Color #dabcfb

%13
%25
%0
%2

Triadic Colors of #dabcfb

#dabcfb #fbdabc #bcfbda

Analogous Colors of #dabcfb

#dabcfb #fabcfb #bcbefb

Monochromatic Colors of #dabcfb

#dabcfb

Complementary Color

#dabcfb #ddfbbc

#dabcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabcfb Color CSS Codes

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

#dabcfb Text Font Color

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

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


#dabcfb Background Color

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

This div background color is #dabcfb


#dabcfb Border Color

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

This div border color is #dabcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.