Color Hex Logo

#86fc4b Color Hex

#86FC4B
(134,252,75)
0 Favorites   0 Comments

Color spaces of #86fc4b

RGB 13425275
HSL0.280.970.64
HSV100°70°99°
CMYK 0.470.000.70   0.01
XYZ45.911975.197118.7513
Yxy75.19710.32830.5377
Hunter Lab86.7163-57.246747.8807
CIE-Lab89.4852-62.365170.5988

#86fc4b color RGB value is (134,252,75).

#86fc4b hex color red value is 134, green value is 252 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #86fc4b hue: 0.28 , saturation: 0.97 and the lightness value of 86fc4b is 0.64.

The process color (four color CMYK) of #86fc4b color hex is 0.47, 0.00, 0.70, 0.01. Web safe color of #86fc4b is #99ff33. Color #86fc4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11111100 01001011
Octal 206 374 113
Decimal 134 252 75
Hex 86 FC 4B

RGB Percentages of Color #86fc4b

%29.07
%54.66
%16.27

CMYK Percentages of Color #86fc4b

%47
%0
%70
%1

Triadic Colors of #86fc4b

#86fc4b #4b86fc #fc4b86

Analogous Colors of #86fc4b

#86fc4b #4bfc69 #dffc4b

Monochromatic Colors of #86fc4b

#86fc4b

Complementary Color

#86fc4b #c14bfc

#86fc4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86fc4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#86fc4b Color CSS Codes

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

#86fc4b Text Font Color

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

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


#86fc4b Background Color

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

This div background color is #86fc4b


#86fc4b Border Color

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

This div border color is #86fc4b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,252,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86fc4b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86fc4b;
  -webkit-box-shadow: 1px 1px 3px 2px #86fc4b;
  box-shadow:         1px 1px 3px 2px #86fc4b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,252,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86fc4b

Related Colors


Comments

No comments written yet.

Please login to write comment.