Color Hex Logo

#84faed Color Hex

#84FAED
(132,250,237)
0 Favorites   0 Comments

Color spaces of #84faed

RGB 132250237
HSL0.480.920.75
HSV173°47°98°
CMYK 0.470.000.05   0.02
XYZ58.987479.391292.3358
Yxy79.39120.25570.3441
Hunter Lab89.1017-37.75690.9292
CIE-Lab91.4110-36.4871-4.1156

#84faed color RGB value is (132,250,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11111010 11101101
Octal 204 372 355
Decimal 132 250 237
Hex 84 FA ED

RGB Percentages of Color #84faed

%21.32
%40.39
%38.29

CMYK Percentages of Color #84faed

%47
%0
%5
%2

Triadic Colors of #84faed

#84faed #ed84fa #faed84

Analogous Colors of #84faed

#84faed #84ccfa #84fab2

Monochromatic Colors of #84faed

#84faed

Complementary Color

#84faed #fa8491

#84faed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84faed Color Preview on White Background

Lorem ipsum dolor sit amet.

#84faed Color CSS Codes

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

#84faed Text Font Color

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

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


#84faed Background Color

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

This div background color is #84faed


#84faed Border Color

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

This div border color is #84faed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84faed

Related Colors


Comments

No comments written yet.

Please login to write comment.