Color Hex Logo

#84edc5 Color Hex

#84EDC5
(132,237,197)
0 Favorites   0 Comments

Color spaces of #84edc5

RGB 132237197
HSL0.440.740.72
HSV157°44°93°
CMYK 0.440.000.17   0.07
XYZ49.878069.505163.6103
Yxy69.50510.27260.3798
Hunter Lab83.3697-39.105013.1211
CIE-Lab86.7536-39.60459.9679

#84edc5 color RGB value is (132,237,197).

#84edc5 hex color red value is 132, green value is 237 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #84edc5 hue: 0.44 , saturation: 0.74 and the lightness value of 84edc5 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11101101 11000101
Octal 204 355 305
Decimal 132 237 197
Hex 84 ED C5

RGB Percentages of Color #84edc5

%23.32
%41.87
%34.81

CMYK Percentages of Color #84edc5

%44
%0
%17
%7

Triadic Colors of #84edc5

#84edc5 #c584ed #edc584

Analogous Colors of #84edc5

#84edc5 #84e1ed #84ed91

Monochromatic Colors of #84edc5

#84edc5

Complementary Color

#84edc5 #ed84ac

#84edc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84edc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#84edc5 Color CSS Codes

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

#84edc5 Text Font Color

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

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


#84edc5 Background Color

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

This div background color is #84edc5


#84edc5 Border Color

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

This div border color is #84edc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84edc5


Comments

No comments written yet.

Please login to write comment.