Color Hex Logo

#d5fdaa Color Hex

#D5FDAA
(213,253,170)
0 Favorites   0 Comments

Color spaces of #d5fdaa

RGB 213253170
HSL0.250.950.83
HSV89°33°99°
CMYK 0.160.000.33   0.01
XYZ69.821687.299051.2006
Yxy87.29900.33520.4191
Hunter Lab93.4339-30.119432.9136
CIE-Lab94.8650-26.716835.6210

#d5fdaa color RGB value is (213,253,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111101 10101010
Octal 325 375 252
Decimal 213 253 170
Hex D5 FD AA

RGB Percentages of Color #d5fdaa

%33.49
%39.78
%26.73

CMYK Percentages of Color #d5fdaa

%16
%0
%33
%1

Triadic Colors of #d5fdaa

#d5fdaa #aad5fd #fdaad5

Analogous Colors of #d5fdaa

#d5fdaa #acfdaa #fdfcaa

Monochromatic Colors of #d5fdaa

#d5fdaa

Complementary Color

#d5fdaa #d2aafd

#d5fdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5fdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5fdaa Color CSS Codes

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

#d5fdaa Text Font Color

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

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


#d5fdaa Background Color

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

This div background color is #d5fdaa


#d5fdaa Border Color

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

This div border color is #d5fdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5fdaa


Comments

No comments written yet.

Please login to write comment.