Color Hex Logo

#dafcff Color Hex

#DAFCFF
(218,252,255)
0 Favorites   0 Comments

Color spaces of #dafcff

RGB 218252255
HSL0.511.000.93
HSV185°15°100°
CMYK 0.150.010.00   0.00
XYZ81.773891.7462108.0066
Yxy91.74620.29050.3259
Hunter Lab95.7842-15.23180.1934
CIE-Lab96.7165-10.2978-5.1232

#dafcff color RGB value is (218,252,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111100 11111111
Octal 332 374 377
Decimal 218 252 255
Hex DA FC FF

RGB Percentages of Color #dafcff

%30.07
%34.76
%35.17

CMYK Percentages of Color #dafcff

%15
%1
%0
%0

Triadic Colors of #dafcff

#dafcff #ffdafc #fcffda

Analogous Colors of #dafcff

#dafcff #daeaff #dafff0

Monochromatic Colors of #dafcff

#dafcff

Complementary Color

#dafcff #ffddda

#dafcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafcff Color CSS Codes

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

#dafcff Text Font Color

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

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


#dafcff Background Color

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

This div background color is #dafcff


#dafcff Border Color

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

This div border color is #dafcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafcff


Comments

No comments written yet.

Please login to write comment.