Color Hex Logo

#d9ffaf Color Hex

#D9FFAF
(217,255,175)
0 Favorites   0 Comments

Color spaces of #d9ffaf

RGB 217255175
HSL0.251.000.84
HSV89°31°100°
CMYK 0.150.000.31   0.00
XYZ72.113189.366954.0062
Yxy89.36690.33470.4147
Hunter Lab94.5341-29.270132.3022
CIE-Lab95.7335-25.578134.3281

#d9ffaf color RGB value is (217,255,175).

#d9ffaf hex color red value is 217, green value is 255 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d9ffaf hue: 0.25 , saturation: 1.00 and the lightness value of d9ffaf is 0.84.

The process color (four color CMYK) of #d9ffaf color hex is 0.15, 0.00, 0.31, 0.00. Web safe color of #d9ffaf is #ccff99. Color #d9ffaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11111111 10101111
Octal 331 377 257
Decimal 217 255 175
Hex D9 FF AF

RGB Percentages of Color #d9ffaf

%33.54
%39.41
%27.05

CMYK Percentages of Color #d9ffaf

%15
%0
%31
%0

Triadic Colors of #d9ffaf

#d9ffaf #afd9ff #ffafd9

Analogous Colors of #d9ffaf

#d9ffaf #b1ffaf #fffdaf

Monochromatic Colors of #d9ffaf

#d9ffaf

Complementary Color

#d9ffaf #d5afff

#d9ffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ffaf Color CSS Codes

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

#d9ffaf Text Font Color

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

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


#d9ffaf Background Color

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

This div background color is #d9ffaf


#d9ffaf Border Color

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

This div border color is #d9ffaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ffaf

Related Colors


Comments

No comments written yet.

Please login to write comment.