Color Hex Logo

#84efaf Color Hex

#84EFAF
(132,239,175)
0 Favorites   0 Comments

Color spaces of #84efaf

RGB 132239175
HSL0.400.770.73
HSV144°45°94°
CMYK 0.450.000.27   0.06
XYZ48.120169.733751.4812
Yxy69.73370.28420.4118
Hunter Lab83.5067-43.277521.9029
CIE-Lab86.8661-44.884321.5462

#84efaf color RGB value is (132,239,175).

#84efaf hex color red value is 132, green value is 239 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #84efaf hue: 0.40 , saturation: 0.77 and the lightness value of 84efaf is 0.73.

The process color (four color CMYK) of #84efaf color hex is 0.45, 0.00, 0.27, 0.06. Web safe color of #84efaf is #99ff99. Color #84efaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11101111 10101111
Octal 204 357 257
Decimal 132 239 175
Hex 84 EF AF

RGB Percentages of Color #84efaf

%24.18
%43.77
%32.05

CMYK Percentages of Color #84efaf

%45
%0
%27
%6

Triadic Colors of #84efaf

#84efaf #af84ef #efaf84

Analogous Colors of #84efaf

#84efaf #84efe5 #8fef84

Monochromatic Colors of #84efaf

#84efaf

Complementary Color

#84efaf #ef84c4

#84efaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84efaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#84efaf Color CSS Codes

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

#84efaf Text Font Color

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

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


#84efaf Background Color

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

This div background color is #84efaf


#84efaf Border Color

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

This div border color is #84efaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84efaf


Comments

No comments written yet.

Please login to write comment.