Color Hex Logo

#dabefa Color Hex

#DABEFA
(218,190,250)
0 Favorites   0 Comments

Color spaces of #dabefa

RGB 218190250
HSL0.740.860.86
HSV268°24°98°
CMYK 0.130.240.00   0.02
XYZ64.582258.634598.3562
Yxy58.63450.29150.2646
Hunter Lab76.573216.5448-22.5552
CIE-Lab81.090321.0775-25.9380

#dabefa color RGB value is (218,190,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 11111010
Octal 332 276 372
Decimal 218 190 250
Hex DA BE FA

RGB Percentages of Color #dabefa

%33.13
%28.88
%37.99

CMYK Percentages of Color #dabefa

%13
%24
%0
%2

Triadic Colors of #dabefa

#dabefa #fadabe #befada

Analogous Colors of #dabefa

#dabefa #f8befa #bec0fa

Monochromatic Colors of #dabefa

#dabefa

Complementary Color

#dabefa #defabe

#dabefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabefa Color CSS Codes

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

#dabefa Text Font Color

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

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


#dabefa Background Color

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

This div background color is #dabefa


#dabefa Border Color

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

This div border color is #dabefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabefa

Related Colors


Comments

No comments written yet.

Please login to write comment.