Color Hex Logo

#84eebd Color Hex

#84EEBD
(132,238,189)
0 Favorites   0 Comments

Color spaces of #84eebd

RGB 132238189
HSL0.420.760.73
HSV152°45°93°
CMYK 0.450.000.21   0.07
XYZ49.275669.728759.0060
Yxy69.72870.27680.3917
Hunter Lab83.5037-40.798516.5567
CIE-Lab86.8636-41.709214.2931

#84eebd color RGB value is (132,238,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11101110 10111101
Octal 204 356 275
Decimal 132 238 189
Hex 84 EE BD

RGB Percentages of Color #84eebd

%23.61
%42.58
%33.81

CMYK Percentages of Color #84eebd

%45
%0
%21
%7

Triadic Colors of #84eebd

#84eebd #bd84ee #eebd84

Analogous Colors of #84eebd

#84eebd #84eaee #84ee88

Monochromatic Colors of #84eebd

#84eebd

Complementary Color

#84eebd #ee84b5

#84eebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84eebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#84eebd Color CSS Codes

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

#84eebd Text Font Color

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

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


#84eebd Background Color

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

This div background color is #84eebd


#84eebd Border Color

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

This div border color is #84eebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84eebd


Comments

No comments written yet.

Please login to write comment.