Color Hex Logo

#dabcf6 Color Hex

#DABCF6
(218,188,246)
0 Favorites   0 Comments

Color spaces of #dabcf6

RGB 218188246
HSL0.750.760.85
HSV271°24°96°
CMYK 0.110.240.00   0.04
XYZ63.531257.525794.9439
Yxy57.52570.29410.2663
Hunter Lab75.845716.7883-21.1274
CIE-Lab80.474421.3347-24.7377

#dabcf6 color RGB value is (218,188,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 11110110
Octal 332 274 366
Decimal 218 188 246
Hex DA BC F6

RGB Percentages of Color #dabcf6

%33.44
%28.83
%37.73

CMYK Percentages of Color #dabcf6

%11
%24
%0
%4

Triadic Colors of #dabcf6

#dabcf6 #f6dabc #bcf6da

Analogous Colors of #dabcf6

#dabcf6 #f6bcf5 #bdbcf6

Monochromatic Colors of #dabcf6

#dabcf6

Complementary Color

#dabcf6 #d8f6bc

#dabcf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabcf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabcf6 Color CSS Codes

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

#dabcf6 Text Font Color

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

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


#dabcf6 Background Color

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

This div background color is #dabcf6


#dabcf6 Border Color

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

This div border color is #dabcf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabcf6


Comments

No comments written yet.

Please login to write comment.