Color Hex Logo

#84faee Color Hex

#84FAEE
(132,250,238)
0 Favorites   0 Comments

Color spaces of #84faee

RGB 132250238
HSL0.480.920.75
HSV174°47°98°
CMYK 0.470.000.05   0.02
XYZ59.133979.449893.1076
Yxy79.44980.25520.3429
Hunter Lab89.1346-37.56470.4615
CIE-Lab91.4374-36.2482-4.5960

#84faee color RGB value is (132,250,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11111010 11101110
Octal 204 372 356
Decimal 132 250 238
Hex 84 FA EE

RGB Percentages of Color #84faee

%21.29
%40.32
%38.39

CMYK Percentages of Color #84faee

%47
%0
%5
%2

Triadic Colors of #84faee

#84faee #ee84fa #faee84

Analogous Colors of #84faee

#84faee #84cbfa #84fab3

Monochromatic Colors of #84faee

#84faee

Complementary Color

#84faee #fa8490

#84faee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84faee Color Preview on White Background

Lorem ipsum dolor sit amet.

#84faee Color CSS Codes

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

#84faee Text Font Color

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

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


#84faee Background Color

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

This div background color is #84faee


#84faee Border Color

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

This div border color is #84faee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,250,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 #84faee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84faee

Related Colors


Comments

No comments written yet.

Please login to write comment.