Color Hex Logo

#dabaf5 Color Hex

#DABAF5
(218,186,245)
0 Favorites   0 Comments

Color spaces of #dabaf5

RGB 218186245
HSL0.760.750.85
HSV273°24°96°
CMYK 0.110.240.00   0.04
XYZ62.953856.615893.9961
Yxy56.61580.29480.2651
Hunter Lab75.243517.6692-21.3962
CIE-Lab79.963022.2104-24.9814

#dabaf5 color RGB value is (218,186,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 11110101
Octal 332 272 365
Decimal 218 186 245
Hex DA BA F5

RGB Percentages of Color #dabaf5

%33.59
%28.66
%37.75

CMYK Percentages of Color #dabaf5

%11
%24
%0
%4

Triadic Colors of #dabaf5

#dabaf5 #f5daba #baf5da

Analogous Colors of #dabaf5

#dabaf5 #f5baf3 #bdbaf5

Monochromatic Colors of #dabaf5

#dabaf5

Complementary Color

#dabaf5 #d5f5ba

#dabaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabaf5 Color CSS Codes

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

#dabaf5 Text Font Color

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

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


#dabaf5 Background Color

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

This div background color is #dabaf5


#dabaf5 Border Color

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

This div border color is #dabaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabaf5


Comments

No comments written yet.

Please login to write comment.