Color Hex Logo

#d8ffaa Color Hex

#D8FFAA
(216,255,170)
0 Favorites   0 Comments

Color spaces of #d8ffaa

RGB 216255170
HSL0.241.000.83
HSV88°33°100°
CMYK 0.150.000.33   0.00
XYZ71.334689.021251.4533
Yxy89.02120.33680.4203
Hunter Lab94.3510-30.158533.7126
CIE-Lab95.5893-26.603336.6143

#d8ffaa color RGB value is (216,255,170).

#d8ffaa hex color red value is 216, green value is 255 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d8ffaa hue: 0.24 , saturation: 1.00 and the lightness value of d8ffaa is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11111111 10101010
Octal 330 377 252
Decimal 216 255 170
Hex D8 FF AA

RGB Percentages of Color #d8ffaa

%33.70
%39.78
%26.52

CMYK Percentages of Color #d8ffaa

%15
%0
%33
%0

Triadic Colors of #d8ffaa

#d8ffaa #aad8ff #ffaad8

Analogous Colors of #d8ffaa

#d8ffaa #aeffaa #fffcaa

Monochromatic Colors of #d8ffaa

#d8ffaa

Complementary Color

#d8ffaa #d1aaff

#d8ffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ffaa Color CSS Codes

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

#d8ffaa Text Font Color

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

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


#d8ffaa Background Color

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

This div background color is #d8ffaa


#d8ffaa Border Color

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

This div border color is #d8ffaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ffaa

#d8ffaa Color Palettes


Comments

No comments written yet.

Please login to write comment.