Color Hex Logo

#84fedb Color Hex

#84FEDB
(132,254,219)
0 Favorites   0 Comments

Color spaces of #84fedb

RGB 132254219
HSL0.450.980.76
HSV163°48°100°
CMYK 0.480.000.14   0.00
XYZ57.743780.903679.5904
Yxy80.90360.26460.3707
Hunter Lab89.9464-42.813010.4989
CIE-Lab92.0888-42.42726.1978

#84fedb color RGB value is (132,254,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11111110 11011011
Octal 204 376 333
Decimal 132 254 219
Hex 84 FE DB

RGB Percentages of Color #84fedb

%21.82
%41.98
%36.20

CMYK Percentages of Color #84fedb

%48
%0
%14
%0

Triadic Colors of #84fedb

#84fedb #db84fe #fedb84

Analogous Colors of #84fedb

#84fedb #84e4fe #84fe9e

Monochromatic Colors of #84fedb

#84fedb

Complementary Color

#84fedb #fe84a7

#84fedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84fedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84fedb Color CSS Codes

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

#84fedb Text Font Color

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

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


#84fedb Background Color

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

This div background color is #84fedb


#84fedb Border Color

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

This div border color is #84fedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84fedb


Comments

No comments written yet.

Please login to write comment.