Color Hex Logo

#82faec Color Hex

#82FAEC
(130,250,236)
0 Favorites   0 Comments

Color spaces of #82faec

RGB 130250236
HSL0.480.920.75
HSV173°48°98°
CMYK 0.480.000.06   0.02
XYZ58.531979.173291.5539
Yxy79.17320.25530.3453
Hunter Lab88.9793-38.29391.2800
CIE-Lab91.3126-37.1635-3.7494

#82faec color RGB value is (130,250,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11111010 11101100
Octal 202 372 354
Decimal 130 250 236
Hex 82 FA EC

RGB Percentages of Color #82faec

%21.10
%40.58
%38.31

CMYK Percentages of Color #82faec

%48
%0
%6
%2

Triadic Colors of #82faec

#82faec #ec82fa #faec82

Analogous Colors of #82faec

#82faec #82ccfa #82fab0

Monochromatic Colors of #82faec

#82faec

Complementary Color

#82faec #fa8290

#82faec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82faec Color Preview on White Background

Lorem ipsum dolor sit amet.

#82faec Color CSS Codes

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

#82faec Text Font Color

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

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


#82faec Background Color

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

This div background color is #82faec


#82faec Border Color

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

This div border color is #82faec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82faec


Comments

No comments written yet.

Please login to write comment.