Color Hex Logo

#84efad Color Hex

#84EFAD
(132,239,173)
0 Favorites   0 Comments

Color spaces of #84efad

RGB 132239173
HSL0.400.770.73
HSV143°45°94°
CMYK 0.450.000.28   0.06
XYZ47.925069.655750.4541
Yxy69.65570.28520.4145
Hunter Lab83.4600-43.555422.5794
CIE-Lab86.8277-45.258222.5232

#84efad color RGB value is (132,239,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11101111 10101101
Octal 204 357 255
Decimal 132 239 173
Hex 84 EF AD

RGB Percentages of Color #84efad

%24.26
%43.93
%31.80

CMYK Percentages of Color #84efad

%45
%0
%28
%6

Triadic Colors of #84efad

#84efad #ad84ef #efad84

Analogous Colors of #84efad

#84efad #84efe3 #91ef84

Monochromatic Colors of #84efad

#84efad

Complementary Color

#84efad #ef84c6

#84efad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84efad Color Preview on White Background

Lorem ipsum dolor sit amet.

#84efad Color CSS Codes

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

#84efad Text Font Color

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

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


#84efad Background Color

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

This div background color is #84efad


#84efad Border Color

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

This div border color is #84efad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84efad


Comments

No comments written yet.

Please login to write comment.