Color Hex Logo

#84fedf Color Hex

#84FEDF
(132,254,223)
0 Favorites   0 Comments

Color spaces of #84fedf

RGB 132254223
HSL0.460.980.76
HSV165°48°100°
CMYK 0.480.000.12   0.00
XYZ58.276881.116982.3976
Yxy81.11690.26280.3657
Hunter Lab90.0649-42.11468.8029
CIE-Lab92.1837-41.53714.2677

#84fedf color RGB value is (132,254,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11111110 11011111
Octal 204 376 337
Decimal 132 254 223
Hex 84 FE DF

RGB Percentages of Color #84fedf

%21.67
%41.71
%36.62

CMYK Percentages of Color #84fedf

%48
%0
%12
%0

Triadic Colors of #84fedf

#84fedf #df84fe #fedf84

Analogous Colors of #84fedf

#84fedf #84e0fe #84fea2

Monochromatic Colors of #84fedf

#84fedf

Complementary Color

#84fedf #fe84a3

#84fedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84fedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#84fedf Color CSS Codes

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

#84fedf Text Font Color

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

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


#84fedf Background Color

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

This div background color is #84fedf


#84fedf Border Color

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

This div border color is #84fedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84fedf


Comments

No comments written yet.

Please login to write comment.