Color Hex Logo

#d4fa8f Color Hex

#D4FA8F
(212,250,143)
0 Favorites   0 Comments

Color spaces of #d4fa8f

RGB 212250143
HSL0.230.910.77
HSV81°43°98°
CMYK 0.150.000.43   0.02
XYZ66.294984.351438.7739
Yxy84.35140.35000.4453
Hunter Lab91.8430-31.878939.2593
CIE-Lab93.6029-29.004347.2096

#d4fa8f color RGB value is (212,250,143).

#d4fa8f hex color red value is 212, green value is 250 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #d4fa8f hue: 0.23 , saturation: 0.91 and the lightness value of d4fa8f is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111010 10001111
Octal 324 372 217
Decimal 212 250 143
Hex D4 FA 8F

RGB Percentages of Color #d4fa8f

%35.04
%41.32
%23.64

CMYK Percentages of Color #d4fa8f

%15
%0
%43
%2

Triadic Colors of #d4fa8f

#d4fa8f #8fd4fa #fa8fd4

Analogous Colors of #d4fa8f

#d4fa8f #9ffa8f #faeb8f

Monochromatic Colors of #d4fa8f

#d4fa8f

Complementary Color

#d4fa8f #b58ffa

#d4fa8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4fa8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4fa8f Color CSS Codes

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

#d4fa8f Text Font Color

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

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


#d4fa8f Background Color

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

This div background color is #d4fa8f


#d4fa8f Border Color

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

This div border color is #d4fa8f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,250,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4fa8f

Related Colors


Comments

No comments written yet.

Please login to write comment.