Color Hex Logo

#d4fdaa Color Hex

#D4FDAA
(212,253,170)
0 Favorites   0 Comments

Color spaces of #d4fdaa

RGB 212253170
HSL0.250.950.83
HSV90°33°99°
CMYK 0.160.000.33   0.01
XYZ69.532487.149951.1871
Yxy87.14990.33450.4193
Hunter Lab93.3541-30.418632.8385
CIE-Lab94.8018-27.068435.5258

#d4fdaa color RGB value is (212,253,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111101 10101010
Octal 324 375 252
Decimal 212 253 170
Hex D4 FD AA

RGB Percentages of Color #d4fdaa

%33.39
%39.84
%26.77

CMYK Percentages of Color #d4fdaa

%16
%0
%33
%1

Triadic Colors of #d4fdaa

#d4fdaa #aad4fd #fdaad4

Analogous Colors of #d4fdaa

#d4fdaa #abfdaa #fdfdaa

Monochromatic Colors of #d4fdaa

#d4fdaa

Complementary Color

#d4fdaa #d3aafd

#d4fdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4fdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4fdaa Color CSS Codes

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

#d4fdaa Text Font Color

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

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


#d4fdaa Background Color

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

This div background color is #d4fdaa


#d4fdaa Border Color

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

This div border color is #d4fdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4fdaa


Comments

No comments written yet.

Please login to write comment.