Color Hex Logo

#dabaf6 Color Hex

#DABAF6
(218,186,246)
0 Favorites   0 Comments

Color spaces of #dabaf6

RGB 218186246
HSL0.760.770.85
HSV272°24°96°
CMYK 0.110.240.00   0.04
XYZ63.106956.677194.8025
Yxy56.67710.29410.2641
Hunter Lab75.284217.8801-21.9627
CIE-Lab79.997622.4142-25.4648

#dabaf6 color RGB value is (218,186,246).

#dabaf6 hex color red value is 218, green value is 186 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #dabaf6 hue: 0.76 , saturation: 0.77 and the lightness value of dabaf6 is 0.85.

The process color (four color CMYK) of #dabaf6 color hex is 0.11, 0.24, 0.00, 0.04. Web safe color of #dabaf6 is #ccccff. Color #dabaf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 11110110
Octal 332 272 366
Decimal 218 186 246
Hex DA BA F6

RGB Percentages of Color #dabaf6

%33.54
%28.62
%37.85

CMYK Percentages of Color #dabaf6

%11
%24
%0
%4

Triadic Colors of #dabaf6

#dabaf6 #f6daba #baf6da

Analogous Colors of #dabaf6

#dabaf6 #f6baf4 #bcbaf6

Monochromatic Colors of #dabaf6

#dabaf6

Complementary Color

#dabaf6 #d6f6ba

#dabaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabaf6 Color CSS Codes

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

#dabaf6 Text Font Color

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

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


#dabaf6 Background Color

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

This div background color is #dabaf6


#dabaf6 Border Color

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

This div border color is #dabaf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabaf6


Comments

No comments written yet.

Please login to write comment.