Color Hex Logo

#84eebb Color Hex

#84EEBB
(132,238,187)
0 Favorites   0 Comments

Color spaces of #84eebb

RGB 132238187
HSL0.420.760.73
HSV151°45°93°
CMYK 0.450.000.21   0.07
XYZ49.059969.642557.8703
Yxy69.64250.27780.3944
Hunter Lab83.4521-41.104417.3015
CIE-Lab86.8212-42.113315.2729

#84eebb color RGB value is (132,238,187).

#84eebb hex color red value is 132, green value is 238 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #84eebb hue: 0.42 , saturation: 0.76 and the lightness value of 84eebb is 0.73.

The process color (four color CMYK) of #84eebb color hex is 0.45, 0.00, 0.21, 0.07. Web safe color of #84eebb is #99ffcc. Color #84eebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11101110 10111011
Octal 204 356 273
Decimal 132 238 187
Hex 84 EE BB

RGB Percentages of Color #84eebb

%23.70
%42.73
%33.57

CMYK Percentages of Color #84eebb

%45
%0
%21
%7

Triadic Colors of #84eebb

#84eebb #bb84ee #eebb84

Analogous Colors of #84eebb

#84eebb #84ecee #84ee86

Monochromatic Colors of #84eebb

#84eebb

Complementary Color

#84eebb #ee84b7

#84eebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84eebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84eebb Color CSS Codes

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

#84eebb Text Font Color

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

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


#84eebb Background Color

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

This div background color is #84eebb


#84eebb Border Color

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

This div border color is #84eebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84eebb


Comments

No comments written yet.

Please login to write comment.