Color Hex Logo

#dabaf4 Color Hex

#DABAF4
(218,186,244)
0 Favorites   0 Comments

Color spaces of #dabaf4

RGB 218186244
HSL0.760.730.84
HSV273°24°96°
CMYK 0.110.240.00   0.04
XYZ62.801556.554993.1941
Yxy56.55490.29550.2661
Hunter Lab75.203017.4589-20.8321
CIE-Lab79.928622.0070-24.4976

#dabaf4 color RGB value is (218,186,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 11110100
Octal 332 272 364
Decimal 218 186 244
Hex DA BA F4

RGB Percentages of Color #dabaf4

%33.64
%28.70
%37.65

CMYK Percentages of Color #dabaf4

%11
%24
%0
%4

Triadic Colors of #dabaf4

#dabaf4 #f4daba #baf4da

Analogous Colors of #dabaf4

#dabaf4 #f4baf1 #bdbaf4

Monochromatic Colors of #dabaf4

#dabaf4

Complementary Color

#dabaf4 #d4f4ba

#dabaf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabaf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabaf4 Color CSS Codes

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

#dabaf4 Text Font Color

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

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


#dabaf4 Background Color

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

This div background color is #dabaf4


#dabaf4 Border Color

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

This div border color is #dabaf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabaf4


Comments

No comments written yet.

Please login to write comment.