Color Hex Logo

#dabff4 Color Hex

#DABFF4
(218,191,244)
0 Favorites   0 Comments

Color spaces of #dabff4

RGB 218191244
HSL0.750.710.85
HSV271°22°96°
CMYK 0.110.220.00   0.04
XYZ63.873458.698793.5514
Yxy58.69870.29550.2716
Hunter Lab76.615114.7377-18.7659
CIE-Lab81.125719.3108-22.6760

#dabff4 color RGB value is (218,191,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 11110100
Octal 332 277 364
Decimal 218 191 244
Hex DA BF F4

RGB Percentages of Color #dabff4

%33.38
%29.25
%37.37

CMYK Percentages of Color #dabff4

%11
%22
%0
%4

Triadic Colors of #dabff4

#dabff4 #f4dabf #bff4da

Analogous Colors of #dabff4

#dabff4 #f4bff4 #c0bff4

Monochromatic Colors of #dabff4

#dabff4

Complementary Color

#dabff4 #d9f4bf

#dabff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabff4 Color CSS Codes

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

#dabff4 Text Font Color

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

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


#dabff4 Background Color

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

This div background color is #dabff4


#dabff4 Border Color

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

This div border color is #dabff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabff4

Related Colors


Comments

No comments written yet.

Please login to write comment.