Color Hex Logo

#daffc9 Color Hex

#DAFFC9
(218,255,201)
0 Favorites   0 Comments

Color spaces of #daffc9

RGB 218255201
HSL0.281.000.89
HSV101°21°100°
CMYK 0.150.000.21   0.00
XYZ75.216190.642568.7898
Yxy90.64250.32050.3863
Hunter Lab95.2064-25.590323.8054
CIE-Lab96.2626-21.409521.9428

#daffc9 color RGB value is (218,255,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 11001001
Octal 332 377 311
Decimal 218 255 201
Hex DA FF C9

RGB Percentages of Color #daffc9

%32.34
%37.83
%29.82

CMYK Percentages of Color #daffc9

%15
%0
%21
%0

Triadic Colors of #daffc9

#daffc9 #c9daff #ffc9da

Analogous Colors of #daffc9

#daffc9 #c9ffd3 #f5ffc9

Monochromatic Colors of #daffc9

#daffc9

Complementary Color

#daffc9 #eec9ff

#daffc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daffc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daffc9 Color CSS Codes

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

#daffc9 Text Font Color

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

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


#daffc9 Background Color

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

This div background color is #daffc9


#daffc9 Border Color

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

This div border color is #daffc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daffc9


Comments

No comments written yet.

Please login to write comment.