Color Hex Logo

#dafdfa Color Hex

#DAFDFA
(218,253,250)
0 Favorites   0 Comments

Color spaces of #dafdfa

RGB 218253250
HSL0.490.900.92
HSV175°14°99°
CMYK 0.140.000.01   0.01
XYZ81.294092.0581103.9268
Yxy92.05810.29320.3320
Hunter Lab95.9469-16.66742.9417
CIE-Lab96.8440-11.7797-2.3595

#dafdfa color RGB value is (218,253,250).

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

The process color (four color CMYK) of #dafdfa color hex is 0.14, 0.00, 0.01, 0.01. Web safe color of #dafdfa is #ccffff. Color #dafdfa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 11111010
Octal 332 375 372
Decimal 218 253 250
Hex DA FD FA

RGB Percentages of Color #dafdfa

%30.24
%35.09
%34.67

CMYK Percentages of Color #dafdfa

%14
%0
%1
%1

Triadic Colors of #dafdfa

#dafdfa #fadafd #fdfada

Analogous Colors of #dafdfa

#dafdfa #daeffd #dafde9

Monochromatic Colors of #dafdfa

#dafdfa

Complementary Color

#dafdfa #fddadd

#dafdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafdfa Color CSS Codes

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

#dafdfa Text Font Color

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

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


#dafdfa Background Color

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

This div background color is #dafdfa


#dafdfa Border Color

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

This div border color is #dafdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.