Color Hex Logo

#8cf97b Color Hex

#8CF97B
(140,249,123)
0 Favorites   0 Comments

Color spaces of #8cf97b

RGB 140249123
HSL0.310.910.73
HSV112°51°98°
CMYK 0.440.000.51   0.02
XYZ48.266174.756930.6245
Yxy74.75690.31410.4865
Hunter Lab86.4621-51.663839.5232
CIE-Lab89.2790-54.882150.4768

#8cf97b color RGB value is (140,249,123).

#8cf97b hex color red value is 140, green value is 249 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #8cf97b hue: 0.31 , saturation: 0.91 and the lightness value of 8cf97b is 0.73.

The process color (four color CMYK) of #8cf97b color hex is 0.44, 0.00, 0.51, 0.02. Web safe color of #8cf97b is #99ff66. Color #8cf97b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111001 01111011
Octal 214 371 173
Decimal 140 249 123
Hex 8C F9 7B

RGB Percentages of Color #8cf97b

%27.34
%48.63
%24.02

CMYK Percentages of Color #8cf97b

%44
%0
%51
%2

Triadic Colors of #8cf97b

#8cf97b #7b8cf9 #f97b8c

Analogous Colors of #8cf97b

#8cf97b #7bf9a9 #cbf97b

Monochromatic Colors of #8cf97b

#8cf97b

Complementary Color

#8cf97b #e87bf9

#8cf97b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cf97b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cf97b Color CSS Codes

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

#8cf97b Text Font Color

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

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


#8cf97b Background Color

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

This div background color is #8cf97b


#8cf97b Border Color

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

This div border color is #8cf97b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cf97b


Comments

No comments written yet.

Please login to write comment.