Color Hex Logo

#82eafa Color Hex

#82EAFA
(130,234,250)
0 Favorites   0 Comments

Color spaces of #82eafa

RGB 130234250
HSL0.520.920.75
HSV188°48°98°
CMYK 0.480.060.00   0.02
XYZ55.884170.4936101.1037
Yxy70.49360.24570.3099
Hunter Lab83.9605-28.1212-12.6236
CIE-Lab87.2384-26.1160-17.1215

#82eafa color RGB value is (130,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101010 11111010
Octal 202 352 372
Decimal 130 234 250
Hex 82 EA FA

RGB Percentages of Color #82eafa

%21.17
%38.11
%40.72

CMYK Percentages of Color #82eafa

%48
%6
%0
%2

Triadic Colors of #82eafa

#82eafa #fa82ea #eafa82

Analogous Colors of #82eafa

#82eafa #82aefa #82face

Monochromatic Colors of #82eafa

#82eafa

Complementary Color

#82eafa #fa9282

#82eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#82eafa Color CSS Codes

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

#82eafa Text Font Color

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

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


#82eafa Background Color

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

This div background color is #82eafa


#82eafa Border Color

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

This div border color is #82eafa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,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 #82eafa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82eafa


Comments

No comments written yet.

Please login to write comment.