Color Hex Logo

#82bbfe Color Hex

#82BBFE
(130,187,254)
0 Favorites   0 Comments

Color spaces of #82bbfe

RGB 130187254
HSL0.590.980.75
HSV212°49°100°
CMYK 0.490.260.00   0.00
XYZ44.865647.4422100.5585
Yxy47.44220.23260.2460
Hunter Lab68.8783-4.2666-38.3453
CIE-Lab74.4717-0.6549-38.7816

#82bbfe color RGB value is (130,187,254).

#82bbfe hex color red value is 130, green value is 187 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #82bbfe hue: 0.59 , saturation: 0.98 and the lightness value of 82bbfe is 0.75.

The process color (four color CMYK) of #82bbfe color hex is 0.49, 0.26, 0.00, 0.00. Web safe color of #82bbfe is #99ccff. Color #82bbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111011 11111110
Octal 202 273 376
Decimal 130 187 254
Hex 82 BB FE

RGB Percentages of Color #82bbfe

%22.77
%32.75
%44.48

CMYK Percentages of Color #82bbfe

%49
%26
%0
%0

Triadic Colors of #82bbfe

#82bbfe #fe82bb #bbfe82

Analogous Colors of #82bbfe

#82bbfe #8782fe #82f9fe

Monochromatic Colors of #82bbfe

#82bbfe

Complementary Color

#82bbfe #fec582

#82bbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82bbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#82bbfe Color CSS Codes

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

#82bbfe Text Font Color

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

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


#82bbfe Background Color

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

This div background color is #82bbfe


#82bbfe Border Color

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

This div border color is #82bbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82bbfe


Comments

No comments written yet.

Please login to write comment.