Color Hex Logo

#d5faaa Color Hex

#D5FAAA
(213,250,170)
0 Favorites   0 Comments

Color spaces of #d5faaa

RGB 213250170
HSL0.240.890.82
HSV88°32°98°
CMYK 0.150.000.32   0.02
XYZ68.881985.419650.8874
Yxy85.41960.33570.4163
Hunter Lab92.4227-28.705232.0512
CIE-Lab94.0636-25.295834.5571

#d5faaa color RGB value is (213,250,170).

#d5faaa hex color red value is 213, green value is 250 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d5faaa hue: 0.24 , saturation: 0.89 and the lightness value of d5faaa is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111010 10101010
Octal 325 372 252
Decimal 213 250 170
Hex D5 FA AA

RGB Percentages of Color #d5faaa

%33.65
%39.49
%26.86

CMYK Percentages of Color #d5faaa

%15
%0
%32
%2

Triadic Colors of #d5faaa

#d5faaa #aad5fa #faaad5

Analogous Colors of #d5faaa

#d5faaa #adfaaa #faf7aa

Monochromatic Colors of #d5faaa

#d5faaa

Complementary Color

#d5faaa #cfaafa

#d5faaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5faaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5faaa Color CSS Codes

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

#d5faaa Text Font Color

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

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


#d5faaa Background Color

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

This div background color is #d5faaa


#d5faaa Border Color

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

This div border color is #d5faaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5faaa


Comments

No comments written yet.

Please login to write comment.