Color Hex Logo

#dabfff Color Hex

#DABFFF
(218,191,255)
0 Favorites   0 Comments

Color spaces of #dabfff

RGB 218191255
HSL0.741.000.87
HSV265°25°100°
CMYK 0.150.250.00   0.00
XYZ65.594259.3870102.6134
Yxy59.38700.28820.2609
Hunter Lab77.063017.0749-25.0037
CIE-Lab81.503921.5790-27.9750

#dabfff color RGB value is (218,191,255).

#dabfff hex color red value is 218, green value is 191 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dabfff hue: 0.74 , saturation: 1.00 and the lightness value of dabfff is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 11111111
Octal 332 277 377
Decimal 218 191 255
Hex DA BF FF

RGB Percentages of Color #dabfff

%32.83
%28.77
%38.40

CMYK Percentages of Color #dabfff

%15
%25
%0
%0

Triadic Colors of #dabfff

#dabfff #ffdabf #bfffda

Analogous Colors of #dabfff

#dabfff #fabfff #bfc4ff

Monochromatic Colors of #dabfff

#dabfff

Complementary Color

#dabfff #e4ffbf

#dabfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabfff Color CSS Codes

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

#dabfff Text Font Color

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

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


#dabfff Background Color

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

This div background color is #dabfff


#dabfff Border Color

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

This div border color is #dabfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabfff

#dabfff Color Palettes


Comments

No comments written yet.

Please login to write comment.