color codes Logo

#82fabc color codes

#82FABC
(130,250,188)
0 Favorites   0 Comments

Color spaces of #82fabc

RGB 130250188
HSL0.410.920.75
HSV149°48°98°
CMYK 0.480.000.25   0.02
XYZ52.468676.747959.6254
Yxy76.74790.27780.4064
Hunter Lab87.6059-46.403720.9708
CIE-Lab90.2055-47.618619.4863

#82fabc color RGB value is (130,250,188).

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

The process color (four color CMYK) of #82fabc color code is 0.48, 0.00, 0.25, 0.02. Web safe color of #82fabc is #99ffcc. Color #82fabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11111010 10111100
Octal 202 372 274
Decimal 130 250 188
Hex 82 FA BC

RGB Percentages of Color #82fabc

%22.89
%44.01
%33.10

CMYK Percentages of Color #82fabc

%48
%0
%25
%2

Triadic Colors of #82fabc

#82fabc #bc82fa #fabc82

Analogous Colors of #82fabc

#82fabc #82faf8 #84fa82

Monochromatic Colors of #82fabc

#82fabc

Complementary Color

#82fabc #fa82c0

#82fabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82fabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#82fabc Color CSS Codes

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

#82fabc Text Font Color

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

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


#82fabc Background Color

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

This div background color is #82fabc


#82fabc Border Color

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

This div border color is #82fabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82fabc

Related Colors


Comments

No comments written yet.

Please login to write comment.