Color Hex Logo

#dafef8 Color Hex

#DAFEF8
(218,254,248)
0 Favorites   0 Comments

Color spaces of #dafef8

RGB 218254248
HSL0.470.950.93
HSV170°14°100°
CMYK 0.140.000.02   0.00
XYZ81.298592.5664102.3891
Yxy92.56640.29430.3351
Hunter Lab96.2114-17.53784.2510
CIE-Lab97.0514-12.6645-1.0260

#dafef8 color RGB value is (218,254,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 11111000
Octal 332 376 370
Decimal 218 254 248
Hex DA FE F8

RGB Percentages of Color #dafef8

%30.28
%35.28
%34.44

CMYK Percentages of Color #dafef8

%14
%0
%2
%0

Triadic Colors of #dafef8

#dafef8 #f8dafe #fef8da

Analogous Colors of #dafef8

#dafef8 #daf2fe #dafee6

Monochromatic Colors of #dafef8

#dafef8

Complementary Color

#dafef8 #fedae0

#dafef8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafef8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafef8 Color CSS Codes

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

#dafef8 Text Font Color

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

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


#dafef8 Background Color

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

This div background color is #dafef8


#dafef8 Border Color

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

This div border color is #dafef8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafef8

Related Colors


Comments

No comments written yet.

Please login to write comment.