Color Hex Logo

#daffe1 Color Hex

#DAFFE1
(218,255,225)
0 Favorites   0 Comments

Color spaces of #daffe1

RGB 218255225
HSL0.361.000.93
HSV131°15°100°
CMYK 0.150.000.12   0.00
XYZ78.264091.861784.8403
Yxy91.86170.30700.3603
Hunter Lab95.8445-21.969714.6084
CIE-Lab96.7637-17.405010.3809

#daffe1 color RGB value is (218,255,225).

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

The process color (four color CMYK) of #daffe1 color hex is 0.15, 0.00, 0.12, 0.00. Web safe color of #daffe1 is #ccffcc. Color #daffe1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 11100001
Octal 332 377 341
Decimal 218 255 225
Hex DA FF E1

RGB Percentages of Color #daffe1

%31.23
%36.53
%32.23

CMYK Percentages of Color #daffe1

%15
%0
%12
%0

Triadic Colors of #daffe1

#daffe1 #e1daff #ffe1da

Analogous Colors of #daffe1

#daffe1 #dafff4 #e6ffda

Monochromatic Colors of #daffe1

#daffe1

Complementary Color

#daffe1 #ffdaf8

#daffe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daffe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daffe1 Color CSS Codes

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

#daffe1 Text Font Color

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

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


#daffe1 Background Color

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

This div background color is #daffe1


#daffe1 Border Color

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

This div border color is #daffe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daffe1

Related Colors

#daffe1 Color Palettes


Comments

No comments written yet.

Please login to write comment.