Color Hex Logo

#daf5ff Color Hex

#DAF5FF
(218,245,255)
1 Favorites   0 Comments

Color spaces of #daf5ff

RGB 218245255
HSL0.551.000.93
HSV196°15°100°
CMYK 0.150.040.00   0.00
XYZ79.615887.4302107.2873
Yxy87.43020.29020.3187
Hunter Lab93.5041-11.6451-2.5769
CIE-Lab94.9205-6.7772-7.7759

#daf5ff color RGB value is (218,245,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110101 11111111
Octal 332 365 377
Decimal 218 245 255
Hex DA F5 FF

RGB Percentages of Color #daf5ff

%30.36
%34.12
%35.52

CMYK Percentages of Color #daf5ff

%15
%4
%0
%0

Triadic Colors of #daf5ff

#daf5ff #ffdaf5 #f5ffda

Analogous Colors of #daf5ff

#daf5ff #dae3ff #dafff7

Monochromatic Colors of #daf5ff

#daf5ff

Complementary Color

#daf5ff #ffe4da

#daf5ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf5ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf5ff Color CSS Codes

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

#daf5ff Text Font Color

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

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


#daf5ff Background Color

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

This div background color is #daf5ff


#daf5ff Border Color

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

This div border color is #daf5ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf5ff

Related Colors

#daf5ff Color Palettes


Comments

No comments written yet.

Please login to write comment.