Color Hex Logo

#daffe0 Color Hex

#DAFFE0
(218,255,224)
0 Favorites   0 Comments

Color spaces of #daffe0

RGB 218255224
HSL0.361.000.93
HSV130°15°100°
CMYK 0.150.000.12   0.00
XYZ78.128091.807284.1238
Yxy91.80720.30750.3614
Hunter Lab95.8161-22.130015.0163
CIE-Lab96.7414-17.580510.8620

#daffe0 color RGB value is (218,255,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 11100000
Octal 332 377 340
Decimal 218 255 224
Hex DA FF E0

RGB Percentages of Color #daffe0

%31.28
%36.59
%32.14

CMYK Percentages of Color #daffe0

%15
%0
%12
%0

Triadic Colors of #daffe0

#daffe0 #e0daff #ffe0da

Analogous Colors of #daffe0

#daffe0 #dafff3 #e7ffda

Monochromatic Colors of #daffe0

#daffe0

Complementary Color

#daffe0 #ffdaf9

#daffe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daffe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daffe0 Color CSS Codes

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

#daffe0 Text Font Color

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

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


#daffe0 Background Color

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

This div background color is #daffe0


#daffe0 Border Color

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

This div border color is #daffe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daffe0

Related Colors


Comments

No comments written yet.

Please login to write comment.