Color Hex Logo

#daf1ff Color Hex

#DAF1FF
(218,241,255)
6 Favorites   0 Comments

Color spaces of #daf1ff

RGB 218241255
HSL0.561.000.93
HSV203°15°100°
CMYK 0.150.050.00   0.00
XYZ78.418785.0360106.8882
Yxy85.03600.29010.3145
Hunter Lab92.2150-9.5815-4.1737
CIE-Lab93.8986-4.7468-9.2907

#daf1ff color RGB value is (218,241,255).

#daf1ff hex color red value is 218, green value is 241 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #daf1ff hue: 0.56 , saturation: 1.00 and the lightness value of daf1ff is 0.93.

The process color (four color CMYK) of #daf1ff color hex is 0.15, 0.05, 0.00, 0.00. Web safe color of #daf1ff is #ccffff. Color #daf1ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110001 11111111
Octal 332 361 377
Decimal 218 241 255
Hex DA F1 FF

RGB Percentages of Color #daf1ff

%30.53
%33.75
%35.71

CMYK Percentages of Color #daf1ff

%15
%5
%0
%0

Triadic Colors of #daf1ff

#daf1ff #ffdaf1 #f1ffda

Analogous Colors of #daf1ff

#daf1ff #dadfff #dafffb

Monochromatic Colors of #daf1ff

#daf1ff

Complementary Color

#daf1ff #ffe8da

#daf1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf1ff Color CSS Codes

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

#daf1ff Text Font Color

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

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


#daf1ff Background Color

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

This div background color is #daf1ff


#daf1ff Border Color

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

This div border color is #daf1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf1ff


Comments

No comments written yet.

Please login to write comment.