Color Hex Logo

#dabefb Color Hex

#DABEFB
(218,190,251)
0 Favorites   0 Comments

Color spaces of #dabefb

RGB 218190251
HSL0.740.880.86
HSV268°24°98°
CMYK 0.130.240.00   0.02
XYZ64.739558.697499.1844
Yxy58.69740.29080.2637
Hunter Lab76.614216.7587-23.1266
CIE-Lab81.125021.2845-26.4193

#dabefb color RGB value is (218,190,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 11111011
Octal 332 276 373
Decimal 218 190 251
Hex DA BE FB

RGB Percentages of Color #dabefb

%33.08
%28.83
%38.09

CMYK Percentages of Color #dabefb

%13
%24
%0
%2

Triadic Colors of #dabefb

#dabefb #fbdabe #befbda

Analogous Colors of #dabefb

#dabefb #f9befb #bec1fb

Monochromatic Colors of #dabefb

#dabefb

Complementary Color

#dabefb #dffbbe

#dabefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabefb Color CSS Codes

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

#dabefb Text Font Color

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

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


#dabefb Background Color

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

This div background color is #dabefb


#dabefb Border Color

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

This div border color is #dabefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabefb

Related Colors


Comments

No comments written yet.

Please login to write comment.