Color Hex Logo

#dafef5 Color Hex

#DAFEF5
(218,254,245)
0 Favorites   0 Comments

Color spaces of #dafef5

RGB 218254245
HSL0.460.950.93
HSV165°14°100°
CMYK 0.140.000.04   0.00
XYZ80.836792.381699.9571
Yxy92.38160.29590.3382
Hunter Lab96.1153-18.07655.6209
CIE-Lab96.9761-13.24040.4080

#dafef5 color RGB value is (218,254,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 11110101
Octal 332 376 365
Decimal 218 254 245
Hex DA FE F5

RGB Percentages of Color #dafef5

%30.40
%35.43
%34.17

CMYK Percentages of Color #dafef5

%14
%0
%4
%0

Triadic Colors of #dafef5

#dafef5 #f5dafe #fef5da

Analogous Colors of #dafef5

#dafef5 #daf5fe #dafee3

Monochromatic Colors of #dafef5

#dafef5

Complementary Color

#dafef5 #fedae3

#dafef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafef5 Color CSS Codes

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

#dafef5 Text Font Color

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

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


#dafef5 Background Color

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

This div background color is #dafef5


#dafef5 Border Color

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

This div border color is #dafef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafef5


Comments

No comments written yet.

Please login to write comment.