Color Hex Logo

#8bf199 Color Hex

#8BF199
(139,241,153)
0 Favorites   0 Comments

Color spaces of #8bf199

RGB 139241153
HSL0.360.780.75
HSV128°42°95°
CMYK 0.420.000.37   0.05
XYZ47.852570.699541.2613
Yxy70.69950.29940.4424
Hunter Lab84.0830-45.559029.7632
CIE-Lab87.3388-47.661933.4407

#8bf199 color RGB value is (139,241,153).

#8bf199 hex color red value is 139, green value is 241 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #8bf199 hue: 0.36 , saturation: 0.78 and the lightness value of 8bf199 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11110001 10011001
Octal 213 361 231
Decimal 139 241 153
Hex 8B F1 99

RGB Percentages of Color #8bf199

%26.08
%45.22
%28.71

CMYK Percentages of Color #8bf199

%42
%0
%37
%5

Triadic Colors of #8bf199

#8bf199 #998bf1 #f1998b

Analogous Colors of #8bf199

#8bf199 #8bf1cc #b0f18b

Monochromatic Colors of #8bf199

#8bf199

Complementary Color

#8bf199 #f18be3

#8bf199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bf199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bf199 Color CSS Codes

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

#8bf199 Text Font Color

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

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


#8bf199 Background Color

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

This div background color is #8bf199


#8bf199 Border Color

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

This div border color is #8bf199


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,241,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8bf199; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8bf199;
  -webkit-box-shadow: 1px 1px 3px 2px #8bf199;
  box-shadow:         1px 1px 3px 2px #8bf199; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,241,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bf199


Comments

No comments written yet.

Please login to write comment.