Color Hex Logo

#daf2fb Color Hex

#DAF2FB
(218,242,251)
0 Favorites   0 Comments

Color spaces of #daf2fb

RGB 218242251
HSL0.550.800.92
HSV196°13°98°
CMYK 0.130.040.00   0.02
XYZ78.078285.3747103.6306
Yxy85.37470.29230.3197
Hunter Lab92.3984-10.8618-1.8185
CIE-Lab94.0443-6.0546-6.9993

#daf2fb color RGB value is (218,242,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110010 11111011
Octal 332 362 373
Decimal 218 242 251
Hex DA F2 FB

RGB Percentages of Color #daf2fb

%30.66
%34.04
%35.30

CMYK Percentages of Color #daf2fb

%13
%4
%0
%2

Triadic Colors of #daf2fb

#daf2fb #fbdaf2 #f2fbda

Analogous Colors of #daf2fb

#daf2fb #dae2fb #dafbf4

Monochromatic Colors of #daf2fb

#daf2fb

Complementary Color

#daf2fb #fbe3da

#daf2fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf2fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf2fb Color CSS Codes

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

#daf2fb Text Font Color

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

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


#daf2fb Background Color

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

This div background color is #daf2fb


#daf2fb Border Color

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

This div border color is #daf2fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf2fb

Related Colors

#daf2fb Color Palettes


Comments

No comments written yet.

Please login to write comment.