Color Hex Logo

#84fc95 Color Hex

#84FC95
(132,252,149)
0 Favorites   0 Comments

Color spaces of #84fc95

RGB 132252149
HSL0.360.950.75
HSV129°48°99°
CMYK 0.480.000.41   0.01
XYZ49.750976.696340.6155
Yxy76.69630.29780.4591
Hunter Lab87.5764-51.855533.8065
CIE-Lab90.1816-54.723639.1012

#84fc95 color RGB value is (132,252,149).

#84fc95 hex color red value is 132, green value is 252 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #84fc95 hue: 0.36 , saturation: 0.95 and the lightness value of 84fc95 is 0.75.

The process color (four color CMYK) of #84fc95 color hex is 0.48, 0.00, 0.41, 0.01. Web safe color of #84fc95 is #99ff99. Color #84fc95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11111100 10010101
Octal 204 374 225
Decimal 132 252 149
Hex 84 FC 95

RGB Percentages of Color #84fc95

%24.77
%47.28
%27.95

CMYK Percentages of Color #84fc95

%48
%0
%41
%1

Triadic Colors of #84fc95

#84fc95 #9584fc #fc9584

Analogous Colors of #84fc95

#84fc95 #84fcd1 #affc84

Monochromatic Colors of #84fc95

#84fc95

Complementary Color

#84fc95 #fc84eb

#84fc95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84fc95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#84fc95 Color CSS Codes

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

#84fc95 Text Font Color

<p style="color:#84fc95">Text here</p>

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


#84fc95 Background Color

<div style="background-color:#84fc95">
Div content here</div>

This div background color is #84fc95


#84fc95 Border Color

<div style="border:3px solid #84fc95">
Div here</div>

This div border color is #84fc95


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,252,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84fc95; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84fc95;
  -webkit-box-shadow: 1px 1px 3px 2px #84fc95;
  box-shadow:         1px 1px 3px 2px #84fc95; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84fc95


Comments

No comments written yet.

Please login to write comment.