Color Hex Logo

#82feeb Color Hex

#82FEEB
(130,254,235)
0 Favorites   0 Comments

Color spaces of #82feeb

RGB 130254235
HSL0.470.980.75
HSV171°49°100°
CMYK 0.490.000.07   0.00
XYZ59.643181.627691.2094
Yxy81.62760.25660.3511
Hunter Lab90.3480-40.27253.3883
CIE-Lab92.4102-39.2197-1.6198

#82feeb color RGB value is (130,254,235).

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

The process color (four color CMYK) of #82feeb color hex is 0.49, 0.00, 0.07, 0.00. Web safe color of #82feeb is #99ffff. Color #82feeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11111110 11101011
Octal 202 376 353
Decimal 130 254 235
Hex 82 FE EB

RGB Percentages of Color #82feeb

%21.00
%41.03
%37.96

CMYK Percentages of Color #82feeb

%49
%0
%7
%0

Triadic Colors of #82feeb

#82feeb #eb82fe #feeb82

Analogous Colors of #82feeb

#82feeb #82d3fe #82fead

Monochromatic Colors of #82feeb

#82feeb

Complementary Color

#82feeb #fe8295

#82feeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82feeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82feeb Color CSS Codes

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

#82feeb Text Font Color

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

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


#82feeb Background Color

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

This div background color is #82feeb


#82feeb Border Color

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

This div border color is #82feeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82feeb

Related Colors


Comments

No comments written yet.

Please login to write comment.