Color Hex Logo

#dabaff Color Hex

#DABAFF
(218,186,255)
1 Favorites   0 Comments

Color spaces of #dabaff

RGB 218186255
HSL0.741.000.86
HSV268°27°100°
CMYK 0.150.270.00   0.00
XYZ64.522357.2432102.2561
Yxy57.24320.28800.2555
Hunter Lab75.659219.8214-27.1710
CIE-Lab80.316224.2782-29.7949

#dabaff color RGB value is (218,186,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 11111111
Octal 332 272 377
Decimal 218 186 255
Hex DA BA FF

RGB Percentages of Color #dabaff

%33.08
%28.22
%38.69

CMYK Percentages of Color #dabaff

%15
%27
%0
%0

Triadic Colors of #dabaff

#dabaff #ffdaba #baffda

Analogous Colors of #dabaff

#dabaff #fdbaff #babdff

Monochromatic Colors of #dabaff

#dabaff

Complementary Color

#dabaff #dfffba

#dabaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabaff Color CSS Codes

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

#dabaff Text Font Color

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

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


#dabaff Background Color

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

This div background color is #dabaff


#dabaff Border Color

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

This div border color is #dabaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabaff


Comments

No comments written yet.

Please login to write comment.