Color Hex Logo

#84ebfa Color Hex

#84EBFA
(132,235,250)
0 Favorites   0 Comments

Color spaces of #84ebfa

RGB 132235250
HSL0.520.920.75
HSV188°47°98°
CMYK 0.470.060.00   0.02
XYZ56.479471.2243101.2134
Yxy71.22430.24670.3111
Hunter Lab84.3945-28.2326-12.0297
CIE-Lab87.5939-26.1661-16.5792

#84ebfa color RGB value is (132,235,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11101011 11111010
Octal 204 353 372
Decimal 132 235 250
Hex 84 EB FA

RGB Percentages of Color #84ebfa

%21.39
%38.09
%40.52

CMYK Percentages of Color #84ebfa

%47
%6
%0
%2

Triadic Colors of #84ebfa

#84ebfa #fa84eb #ebfa84

Analogous Colors of #84ebfa

#84ebfa #84b0fa #84face

Monochromatic Colors of #84ebfa

#84ebfa

Complementary Color

#84ebfa #fa9384

#84ebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84ebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#84ebfa Color CSS Codes

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

#84ebfa Text Font Color

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

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


#84ebfa Background Color

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

This div background color is #84ebfa


#84ebfa Border Color

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

This div border color is #84ebfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84ebfa


Comments

No comments written yet.

Please login to write comment.