Color Hex Logo

#82fcfb Color Hex

#82FCFB
(130,252,251)
0 Favorites   0 Comments

Color spaces of #82fcfb

RGB 130252251
HSL0.500.950.75
HSV180°48°99°
CMYK 0.480.000.00   0.01
XYZ61.428981.3317103.7277
Yxy81.33170.24920.3300
Hunter Lab90.1841-36.2369-5.0652
CIE-Lab92.2791-34.4240-10.1043

#82fcfb color RGB value is (130,252,251).

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

The process color (four color CMYK) of #82fcfb color hex is 0.48, 0.00, 0.00, 0.01. Web safe color of #82fcfb is #99ffff. Color #82fcfb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11111100 11111011
Octal 202 374 373
Decimal 130 252 251
Hex 82 FC FB

RGB Percentages of Color #82fcfb

%20.54
%39.81
%39.65

CMYK Percentages of Color #82fcfb

%48
%0
%0
%1

Triadic Colors of #82fcfb

#82fcfb #fb82fc #fcfb82

Analogous Colors of #82fcfb

#82fcfb #82c0fc #82fcbe

Monochromatic Colors of #82fcfb

#82fcfb

Complementary Color

#82fcfb #fc8283

#82fcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82fcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82fcfb Color CSS Codes

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

#82fcfb Text Font Color

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

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


#82fcfb Background Color

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

This div background color is #82fcfb


#82fcfb Border Color

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

This div border color is #82fcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82fcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.