Color Hex Logo

#82cbfa Color Hex

#82CBFA
(130,203,250)
0 Favorites   0 Comments

Color spaces of #82cbfa

RGB 130203250
HSL0.570.920.75
HSV204°48°98°
CMYK 0.480.190.00   0.02
XYZ47.817254.359898.4147
Yxy54.35980.23840.2710
Hunter Lab73.7291-13.2593-27.5308
CIE-Lab78.6711-10.3988-30.1474

#82cbfa color RGB value is (130,203,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001011 11111010
Octal 202 313 372
Decimal 130 203 250
Hex 82 CB FA

RGB Percentages of Color #82cbfa

%22.30
%34.82
%42.88

CMYK Percentages of Color #82cbfa

%48
%19
%0
%2

Triadic Colors of #82cbfa

#82cbfa #fa82cb #cbfa82

Analogous Colors of #82cbfa

#82cbfa #828ffa #82faed

Monochromatic Colors of #82cbfa

#82cbfa

Complementary Color

#82cbfa #fab182

#82cbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cbfa Color CSS Codes

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

#82cbfa Text Font Color

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

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


#82cbfa Background Color

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

This div background color is #82cbfa


#82cbfa Border Color

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

This div border color is #82cbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cbfa


Comments

No comments written yet.

Please login to write comment.