Color Hex Logo

#daffe9 Color Hex

#DAFFE9
(218,255,233)
0 Favorites   0 Comments

Color spaces of #daffe9

RGB 218255233
HSL0.401.000.93
HSV144°15°100°
CMYK 0.150.000.09   0.00
XYZ79.381492.308690.7243
Yxy92.30860.30250.3518
Hunter Lab96.0774-20.654411.2676
CIE-Lab96.9463-15.97216.5358

#daffe9 color RGB value is (218,255,233).

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

The process color (four color CMYK) of #daffe9 color hex is 0.15, 0.00, 0.09, 0.00. Web safe color of #daffe9 is #ccffff. Color #daffe9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 11101001
Octal 332 377 351
Decimal 218 255 233
Hex DA FF E9

RGB Percentages of Color #daffe9

%30.88
%36.12
%33.00

CMYK Percentages of Color #daffe9

%15
%0
%9
%0

Triadic Colors of #daffe9

#daffe9 #e9daff #ffe9da

Analogous Colors of #daffe9

#daffe9 #dafffc #deffda

Monochromatic Colors of #daffe9

#daffe9

Complementary Color

#daffe9 #ffdaf0

#daffe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daffe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daffe9 Color CSS Codes

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

#daffe9 Text Font Color

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

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


#daffe9 Background Color

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

This div background color is #daffe9


#daffe9 Border Color

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

This div border color is #daffe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daffe9

#daffe9 Color Palettes


Comments

No comments written yet.

Please login to write comment.