Color Hex Logo

#d5ffaa Color Hex

#D5FFAA
(213,255,170)
0 Favorites   0 Comments

Color spaces of #d5ffaa

RGB 213255170
HSL0.251.000.83
HSV90°33°100°
CMYK 0.160.000.33   0.00
XYZ70.456388.568451.4122
Yxy88.56840.33480.4209
Hunter Lab94.1108-31.059433.4878
CIE-Lab95.3998-27.659036.3291

#d5ffaa color RGB value is (213,255,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111111 10101010
Octal 325 377 252
Decimal 213 255 170
Hex D5 FF AA

RGB Percentages of Color #d5ffaa

%33.39
%39.97
%26.65

CMYK Percentages of Color #d5ffaa

%16
%0
%33
%0

Triadic Colors of #d5ffaa

#d5ffaa #aad5ff #ffaad5

Analogous Colors of #d5ffaa

#d5ffaa #abffaa #ffffaa

Monochromatic Colors of #d5ffaa

#d5ffaa

Complementary Color

#d5ffaa #d4aaff

#d5ffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5ffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5ffaa Color CSS Codes

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

#d5ffaa Text Font Color

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

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


#d5ffaa Background Color

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

This div background color is #d5ffaa


#d5ffaa Border Color

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

This div border color is #d5ffaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,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 #d5ffaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5ffaa

Related Colors


Comments

No comments written yet.

Please login to write comment.