Color Hex Logo

#82faeb Color Hex

#82FAEB
(130,250,235)
0 Favorites   0 Comments

Color spaces of #82faeb

RGB 130250235
HSL0.480.920.75
HSV173°48°98°
CMYK 0.480.000.06   0.02
XYZ58.386979.115290.7907
Yxy79.11520.25580.3466
Hunter Lab88.9467-38.48481.7436
CIE-Lab91.2864-37.4021-3.2686

#82faeb color RGB value is (130,250,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11111010 11101011
Octal 202 372 353
Decimal 130 250 235
Hex 82 FA EB

RGB Percentages of Color #82faeb

%21.14
%40.65
%38.21

CMYK Percentages of Color #82faeb

%48
%0
%6
%2

Triadic Colors of #82faeb

#82faeb #eb82fa #faeb82

Analogous Colors of #82faeb

#82faeb #82cdfa #82faaf

Monochromatic Colors of #82faeb

#82faeb

Complementary Color

#82faeb #fa8291

#82faeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82faeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82faeb Color CSS Codes

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

#82faeb Text Font Color

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

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


#82faeb Background Color

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

This div background color is #82faeb


#82faeb Border Color

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

This div border color is #82faeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82faeb


Comments

No comments written yet.

Please login to write comment.