Color Hex Logo

#84f155 Color Hex

#84F155
(132,241,85)
0 Favorites   0 Comments

Color spaces of #84f155

RGB 13224185
HSL0.280.850.64
HSV102°65°95°
CMYK 0.450.000.65   0.05
XYZ42.610768.472019.5649
Yxy68.47200.32610.5241
Hunter Lab82.7478-52.890743.9049
CIE-Lab86.2419-58.022963.4203

#84f155 color RGB value is (132,241,85).

#84f155 hex color red value is 132, green value is 241 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #84f155 hue: 0.28 , saturation: 0.85 and the lightness value of 84f155 is 0.64.

The process color (four color CMYK) of #84f155 color hex is 0.45, 0.00, 0.65, 0.05. Web safe color of #84f155 is #99ff66. Color #84f155 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11110001 01010101
Octal 204 361 125
Decimal 132 241 85
Hex 84 F1 55

RGB Percentages of Color #84f155

%28.82
%52.62
%18.56

CMYK Percentages of Color #84f155

%45
%0
%65
%5

Triadic Colors of #84f155

#84f155 #5584f1 #f15584

Analogous Colors of #84f155

#84f155 #55f174 #d2f155

Monochromatic Colors of #84f155

#84f155

Complementary Color

#84f155 #c255f1

#84f155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84f155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#84f155 Color CSS Codes

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

#84f155 Text Font Color

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

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


#84f155 Background Color

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

This div background color is #84f155


#84f155 Border Color

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

This div border color is #84f155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84f155


Comments

No comments written yet.

Please login to write comment.