Color Hex Logo

#8cf091 Color Hex

#8CF091
(140,240,145)
0 Favorites   0 Comments

Color spaces of #8cf091

RGB 140240145
HSL0.340.770.75
HSV123°42°94°
CMYK 0.420.000.40   0.06
XYZ47.086169.940037.8061
Yxy69.94000.30410.4517
Hunter Lab83.6301-45.852331.7383
CIE-Lab86.9674-48.196136.9586

#8cf091 color RGB value is (140,240,145).

#8cf091 hex color red value is 140, green value is 240 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #8cf091 hue: 0.34 , saturation: 0.77 and the lightness value of 8cf091 is 0.75.

The process color (four color CMYK) of #8cf091 color hex is 0.42, 0.00, 0.40, 0.06. Web safe color of #8cf091 is #99ff99. Color #8cf091 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11110000 10010001
Octal 214 360 221
Decimal 140 240 145
Hex 8C F0 91

RGB Percentages of Color #8cf091

%26.67
%45.71
%27.62

CMYK Percentages of Color #8cf091

%42
%0
%40
%6

Triadic Colors of #8cf091

#8cf091 #918cf0 #f0918c

Analogous Colors of #8cf091

#8cf091 #8cf0c3 #b9f08c

Monochromatic Colors of #8cf091

#8cf091

Complementary Color

#8cf091 #f08ceb

#8cf091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cf091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cf091 Color CSS Codes

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

#8cf091 Text Font Color

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

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


#8cf091 Background Color

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

This div background color is #8cf091


#8cf091 Border Color

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

This div border color is #8cf091


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,240,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8cf091; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8cf091;
  -webkit-box-shadow: 1px 1px 3px 2px #8cf091;
  box-shadow:         1px 1px 3px 2px #8cf091; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,240,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cf091


Comments

No comments written yet.

Please login to write comment.