Color Hex Logo

#daf6fa Color Hex

#DAF6FA
(218,246,250)
0 Favorites   0 Comments

Color spaces of #daf6fa

RGB 218246250
HSL0.520.760.92
HSV188°13°98°
CMYK 0.130.020.00   0.02
XYZ79.124587.7191103.2036
Yxy87.71910.29300.3248
Hunter Lab93.6585-13.10210.2284
CIE-Lab95.0425-8.2747-5.0077

#daf6fa color RGB value is (218,246,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110110 11111010
Octal 332 366 372
Decimal 218 246 250
Hex DA F6 FA

RGB Percentages of Color #daf6fa

%30.53
%34.45
%35.01

CMYK Percentages of Color #daf6fa

%13
%2
%0
%2

Triadic Colors of #daf6fa

#daf6fa #fadaf6 #f6fada

Analogous Colors of #daf6fa

#daf6fa #dae6fa #dafaee

Monochromatic Colors of #daf6fa

#daf6fa

Complementary Color

#daf6fa #fadeda

#daf6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf6fa Color CSS Codes

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

#daf6fa Text Font Color

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

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


#daf6fa Background Color

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

This div background color is #daf6fa


#daf6fa Border Color

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

This div border color is #daf6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf6fa

Related Colors


Comments

No comments written yet.

Please login to write comment.