Color Hex Logo

#dafdfe Color Hex

#DAFDFE
(218,253,254)
0 Favorites   0 Comments

Color spaces of #dafdfe

RGB 218253254
HSL0.500.950.93
HSV182°14°100°
CMYK 0.140.000.00   0.00
XYZ81.928192.3117107.2658
Yxy92.31170.29100.3279
Hunter Lab96.0790-15.92841.0619
CIE-Lab96.9476-10.9951-4.2677

#dafdfe color RGB value is (218,253,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 11111110
Octal 332 375 376
Decimal 218 253 254
Hex DA FD FE

RGB Percentages of Color #dafdfe

%30.07
%34.90
%35.03

CMYK Percentages of Color #dafdfe

%14
%0
%0
%0

Triadic Colors of #dafdfe

#dafdfe #fedafd #fdfeda

Analogous Colors of #dafdfe

#dafdfe #daebfe #dafeed

Monochromatic Colors of #dafdfe

#dafdfe

Complementary Color

#dafdfe #fedbda

#dafdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafdfe Color CSS Codes

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

#dafdfe Text Font Color

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

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


#dafdfe Background Color

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

This div background color is #dafdfe


#dafdfe Border Color

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

This div border color is #dafdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.