Color Hex Logo

#84be74 Color Hex

#84BE74
(132,190,116)
0 Favorites   0 Comments

Color spaces of #84be74

RGB 132190116
HSL0.300.360.60
HSV107°39°75°
CMYK 0.310.000.39   0.25
XYZ31.081642.993423.1834
Yxy42.99340.31960.4421
Hunter Lab65.5694-30.132724.9353
CIE-Lab71.5505-32.897331.5222

#84be74 color RGB value is (132,190,116).

#84be74 hex color red value is 132, green value is 190 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #84be74 hue: 0.30 , saturation: 0.36 and the lightness value of 84be74 is 0.60.

The process color (four color CMYK) of #84be74 color hex is 0.31, 0.00, 0.39, 0.25. Web safe color of #84be74 is #99cc66. Color #84be74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111110 01110100
Octal 204 276 164
Decimal 132 190 116
Hex 84 BE 74

RGB Percentages of Color #84be74

%30.14
%43.38
%26.48

CMYK Percentages of Color #84be74

%31
%0
%39
%25

Triadic Colors of #84be74

#84be74 #7484be #be7484

Analogous Colors of #84be74

#84be74 #74be89 #a9be74

Monochromatic Colors of #84be74

#84be74

Complementary Color

#84be74 #ae74be

#84be74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84be74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#84be74 Color CSS Codes

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

#84be74 Text Font Color

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

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


#84be74 Background Color

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

This div background color is #84be74


#84be74 Border Color

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

This div border color is #84be74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84be74


Comments

No comments written yet.

Please login to write comment.