Color Hex Logo

#dafdff Color Hex

#DAFDFF
(218,253,255)
1 Favorites   0 Comments

Color spaces of #dafdff

RGB 218253255
HSL0.511.000.93
HSV183°15°100°
CMYK 0.150.010.00   0.00
XYZ82.088792.3760108.1116
Yxy92.37600.29050.3269
Hunter Lab96.1124-15.74160.5866
CIE-Lab96.9738-10.7974-4.7442

#dafdff color RGB value is (218,253,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 11111111
Octal 332 375 377
Decimal 218 253 255
Hex DA FD FF

RGB Percentages of Color #dafdff

%30.03
%34.85
%35.12

CMYK Percentages of Color #dafdff

%15
%1
%0
%0

Triadic Colors of #dafdff

#dafdff #ffdafd #fdffda

Analogous Colors of #dafdff

#dafdff #daebff #daffef

Monochromatic Colors of #dafdff

#dafdff

Complementary Color

#dafdff #ffdcda

#dafdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafdff Color CSS Codes

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

#dafdff Text Font Color

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

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


#dafdff Background Color

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

This div background color is #dafdff


#dafdff Border Color

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

This div border color is #dafdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafdff

Related Colors


Comments

No comments written yet.

Please login to write comment.