Color Hex Logo

#dafbfa Color Hex

#DAFBFA
(218,251,250)
0 Favorites   0 Comments

Color spaces of #dafbfa

RGB 218251250
HSL0.490.800.92
HSV178°13°98°
CMYK 0.130.000.00   0.02
XYZ80.665990.8019103.7175
Yxy90.80190.29310.3300
Hunter Lab95.2900-15.65192.1694
CIE-Lab96.3284-10.7826-3.1162

#dafbfa color RGB value is (218,251,250).

#dafbfa hex color red value is 218, green value is 251 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dafbfa hue: 0.49 , saturation: 0.80 and the lightness value of dafbfa is 0.92.

The process color (four color CMYK) of #dafbfa color hex is 0.13, 0.00, 0.00, 0.02. Web safe color of #dafbfa is #ccffff. Color #dafbfa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 11111010
Octal 332 373 372
Decimal 218 251 250
Hex DA FB FA

RGB Percentages of Color #dafbfa

%30.32
%34.91
%34.77

CMYK Percentages of Color #dafbfa

%13
%0
%0
%2

Triadic Colors of #dafbfa

#dafbfa #fadafb #fbfada

Analogous Colors of #dafbfa

#dafbfa #daecfb #dafbea

Monochromatic Colors of #dafbfa

#dafbfa

Complementary Color

#dafbfa #fbdadb

#dafbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafbfa Color CSS Codes

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

#dafbfa Text Font Color

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

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


#dafbfa Background Color

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

This div background color is #dafbfa


#dafbfa Border Color

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

This div border color is #dafbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafbfa

#dafbfa Color Palettes


Comments

No comments written yet.

Please login to write comment.