Color Hex Logo

#8fda94 Color Hex

#8FDA94
(143,218,148)
0 Favorites   0 Comments

Color spaces of #8fda94

RGB 143218148
HSL0.340.500.71
HSV124°34°85°
CMYK 0.340.000.32   0.15
XYZ41.744458.120637.0352
Yxy58.12060.30490.4245
Hunter Lab76.2369-35.674724.5632
CIE-Lab80.8058-37.202527.2971

#8fda94 color RGB value is (143,218,148).

#8fda94 hex color red value is 143, green value is 218 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #8fda94 hue: 0.34 , saturation: 0.50 and the lightness value of 8fda94 is 0.71.

The process color (four color CMYK) of #8fda94 color hex is 0.34, 0.00, 0.32, 0.15. Web safe color of #8fda94 is #99cc99. Color #8fda94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011010 10010100
Octal 217 332 224
Decimal 143 218 148
Hex 8F DA 94

RGB Percentages of Color #8fda94

%28.09
%42.83
%29.08

CMYK Percentages of Color #8fda94

%34
%0
%32
%15

Triadic Colors of #8fda94

#8fda94 #948fda #da948f

Analogous Colors of #8fda94

#8fda94 #8fdaba #b0da8f

Monochromatic Colors of #8fda94

#8fda94

Complementary Color

#8fda94 #da8fd5

#8fda94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fda94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fda94 Color CSS Codes

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

#8fda94 Text Font Color

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

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


#8fda94 Background Color

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

This div background color is #8fda94


#8fda94 Border Color

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

This div border color is #8fda94


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,218,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8fda94; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8fda94;
  -webkit-box-shadow: 1px 1px 3px 2px #8fda94;
  box-shadow:         1px 1px 3px 2px #8fda94; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fda94


Comments

No comments written yet.

Please login to write comment.