Color Hex Logo

#daf8fb Color Hex

#DAF8FB
(218,248,251)
0 Favorites   0 Comments

Color spaces of #daf8fb

RGB 218248251
HSL0.520.800.92
HSV185°13°98°
CMYK 0.130.010.00   0.02
XYZ79.893489.0053104.2357
Yxy89.00530.29250.3259
Hunter Lab94.3426-13.93810.5325
CIE-Lab95.5826-9.0841-4.7292

#daf8fb color RGB value is (218,248,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111000 11111011
Octal 332 370 373
Decimal 218 248 251
Hex DA F8 FB

RGB Percentages of Color #daf8fb

%30.40
%34.59
%35.01

CMYK Percentages of Color #daf8fb

%13
%1
%0
%2

Triadic Colors of #daf8fb

#daf8fb #fbdaf8 #f8fbda

Analogous Colors of #daf8fb

#daf8fb #dae8fb #dafbee

Monochromatic Colors of #daf8fb

#daf8fb

Complementary Color

#daf8fb #fbddda

#daf8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf8fb Color CSS Codes

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

#daf8fb Text Font Color

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

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


#daf8fb Background Color

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

This div background color is #daf8fb


#daf8fb Border Color

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

This div border color is #daf8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf8fb

#daf8fb Color Palettes


Comments

No comments written yet.

Please login to write comment.