Color Hex Logo

#daf9fb Color Hex

#DAF9FB
(218,249,251)
0 Favorites   0 Comments

Color spaces of #daf9fb

RGB 218249251
HSL0.510.800.92
HSV184°13°98°
CMYK 0.130.010.00   0.02
XYZ80.201789.6218104.3384
Yxy89.62180.29250.3269
Hunter Lab94.6688-14.44840.9222
CIE-Lab95.8397-9.5858-4.3508

#daf9fb color RGB value is (218,249,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 11111011
Octal 332 371 373
Decimal 218 249 251
Hex DA F9 FB

RGB Percentages of Color #daf9fb

%30.36
%34.68
%34.96

CMYK Percentages of Color #daf9fb

%13
%1
%0
%2

Triadic Colors of #daf9fb

#daf9fb #fbdaf9 #f9fbda

Analogous Colors of #daf9fb

#daf9fb #dae9fb #dafbed

Monochromatic Colors of #daf9fb

#daf9fb

Complementary Color

#daf9fb #fbdcda

#daf9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf9fb Color CSS Codes

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

#daf9fb Text Font Color

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

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


#daf9fb Background Color

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

This div background color is #daf9fb


#daf9fb Border Color

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

This div border color is #daf9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf9fb


Comments

No comments written yet.

Please login to write comment.