Color Hex Logo

#84fbee Color Hex

#84FBEE
(132,251,238)
0 Favorites   0 Comments

Color spaces of #84fbee

RGB 132251238
HSL0.480.940.75
HSV173°47°98°
CMYK 0.470.000.05   0.02
XYZ59.445580.072993.2114
Yxy80.07290.25540.3441
Hunter Lab89.4835-38.01520.8784
CIE-Lab91.7176-36.7072-4.1836

#84fbee color RGB value is (132,251,238).

#84fbee hex color red value is 132, green value is 251 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #84fbee hue: 0.48 , saturation: 0.94 and the lightness value of 84fbee is 0.75.

The process color (four color CMYK) of #84fbee color hex is 0.47, 0.00, 0.05, 0.02. Web safe color of #84fbee is #99ffff. Color #84fbee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11111011 11101110
Octal 204 373 356
Decimal 132 251 238
Hex 84 FB EE

RGB Percentages of Color #84fbee

%21.26
%40.42
%38.33

CMYK Percentages of Color #84fbee

%47
%0
%5
%2

Triadic Colors of #84fbee

#84fbee #ee84fb #fbee84

Analogous Colors of #84fbee

#84fbee #84cdfb #84fbb3

Monochromatic Colors of #84fbee

#84fbee

Complementary Color

#84fbee #fb8491

#84fbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84fbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#84fbee Color CSS Codes

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

#84fbee Text Font Color

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

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


#84fbee Background Color

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

This div background color is #84fbee


#84fbee Border Color

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

This div border color is #84fbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84fbee


Comments

No comments written yet.

Please login to write comment.