Color Hex Logo

#84feb4 Color Hex

#84FEB4
(132,254,180)
0 Favorites   0 Comments

Color spaces of #84feb4

RGB 132254180
HSL0.400.980.76
HSV144°48°100°
CMYK 0.480.000.29   0.00
XYZ53.195779.084455.6411
Yxy79.08440.28310.4208
Hunter Lab88.9294-48.851525.1542
CIE-Lab91.2725-50.331825.0550

#84feb4 color RGB value is (132,254,180).

#84feb4 hex color red value is 132, green value is 254 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #84feb4 hue: 0.40 , saturation: 0.98 and the lightness value of 84feb4 is 0.76.

The process color (four color CMYK) of #84feb4 color hex is 0.48, 0.00, 0.29, 0.00. Web safe color of #84feb4 is #99ffcc. Color #84feb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11111110 10110100
Octal 204 376 264
Decimal 132 254 180
Hex 84 FE B4

RGB Percentages of Color #84feb4

%23.32
%44.88
%31.80

CMYK Percentages of Color #84feb4

%48
%0
%29
%0

Triadic Colors of #84feb4

#84feb4 #b484fe #feb484

Analogous Colors of #84feb4

#84feb4 #84fef1 #91fe84

Monochromatic Colors of #84feb4

#84feb4

Complementary Color

#84feb4 #fe84ce

#84feb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84feb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#84feb4 Color CSS Codes

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

#84feb4 Text Font Color

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

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


#84feb4 Background Color

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

This div background color is #84feb4


#84feb4 Border Color

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

This div border color is #84feb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84feb4


Comments

No comments written yet.

Please login to write comment.