Color Hex Logo

#82eafb Color Hex

#82EAFB
(130,234,251)
0 Favorites   0 Comments

Color spaces of #82eafb

RGB 130234251
HSL0.520.940.75
HSV188°48°98°
CMYK 0.480.070.00   0.02
XYZ56.041370.5565101.9319
Yxy70.55650.24520.3087
Hunter Lab83.9979-27.9056-13.1502
CIE-Lab87.2691-25.8559-17.5999

#82eafb color RGB value is (130,234,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101010 11111011
Octal 202 352 373
Decimal 130 234 251
Hex 82 EA FB

RGB Percentages of Color #82eafb

%21.14
%38.05
%40.81

CMYK Percentages of Color #82eafb

%48
%7
%0
%2

Triadic Colors of #82eafb

#82eafb #fb82ea #eafb82

Analogous Colors of #82eafb

#82eafb #82aefb #82fbd0

Monochromatic Colors of #82eafb

#82eafb

Complementary Color

#82eafb #fb9382

#82eafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82eafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82eafb Color CSS Codes

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

#82eafb Text Font Color

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

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


#82eafb Background Color

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

This div background color is #82eafb


#82eafb Border Color

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

This div border color is #82eafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82eafb


Comments

No comments written yet.

Please login to write comment.