Color Hex Logo

#daf2fa Color Hex

#DAF2FA
(218,242,250)
0 Favorites   0 Comments

Color spaces of #daf2fa

RGB 218242250
HSL0.540.760.92
HSV195°13°98°
CMYK 0.130.030.00   0.02
XYZ77.920985.3118102.8024
Yxy85.31180.29290.3207
Hunter Lab92.3644-11.0506-1.3352
CIE-Lab94.0173-6.2528-6.5204

#daf2fa color RGB value is (218,242,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110010 11111010
Octal 332 362 372
Decimal 218 242 250
Hex DA F2 FA

RGB Percentages of Color #daf2fa

%30.70
%34.08
%35.21

CMYK Percentages of Color #daf2fa

%13
%3
%0
%2

Triadic Colors of #daf2fa

#daf2fa #fadaf2 #f2fada

Analogous Colors of #daf2fa

#daf2fa #dae2fa #dafaf2

Monochromatic Colors of #daf2fa

#daf2fa

Complementary Color

#daf2fa #fae2da

#daf2fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf2fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf2fa Color CSS Codes

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

#daf2fa Text Font Color

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

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


#daf2fa Background Color

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

This div background color is #daf2fa


#daf2fa Border Color

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

This div border color is #daf2fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf2fa


Comments

No comments written yet.

Please login to write comment.