Color Hex Logo

#84eafa Color Hex

#84EAFA
(132,234,250)
0 Favorites   0 Comments

Color spaces of #84eafa

RGB 132234250
HSL0.520.920.75
HSV188°47°98°
CMYK 0.470.060.00   0.02
XYZ56.193970.6533101.1182
Yxy70.65330.24650.3099
Hunter Lab84.0555-27.7640-12.4866
CIE-Lab87.3163-25.6791-16.9965

#84eafa color RGB value is (132,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11101010 11111010
Octal 204 352 372
Decimal 132 234 250
Hex 84 EA FA

RGB Percentages of Color #84eafa

%21.43
%37.99
%40.58

CMYK Percentages of Color #84eafa

%47
%6
%0
%2

Triadic Colors of #84eafa

#84eafa #fa84ea #eafa84

Analogous Colors of #84eafa

#84eafa #84affa #84facf

Monochromatic Colors of #84eafa

#84eafa

Complementary Color

#84eafa #fa9484

#84eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#84eafa Color CSS Codes

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

#84eafa Text Font Color

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

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


#84eafa Background Color

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

This div background color is #84eafa


#84eafa Border Color

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

This div border color is #84eafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84eafa


Comments

No comments written yet.

Please login to write comment.