Color Hex Logo

#82eaff Color Hex

#82EAFF
(130,234,255)
0 Favorites   0 Comments

Color spaces of #82eaff

RGB 130234255
HSL0.531.000.75
HSV190°49°100°
CMYK 0.490.080.00   0.00
XYZ56.678770.8115105.2884
Yxy70.81150.24350.3042
Hunter Lab84.1496-27.0336-15.2793
CIE-Lab87.3933-24.8079-19.5100

#82eaff color RGB value is (130,234,255).

#82eaff hex color red value is 130, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #82eaff hue: 0.53 , saturation: 1.00 and the lightness value of 82eaff is 0.75.

The process color (four color CMYK) of #82eaff color hex is 0.49, 0.08, 0.00, 0.00. Web safe color of #82eaff is #99ffff. Color #82eaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11101010 11111111
Octal 202 352 377
Decimal 130 234 255
Hex 82 EA FF

RGB Percentages of Color #82eaff

%21.00
%37.80
%41.20

CMYK Percentages of Color #82eaff

%49
%8
%0
%0

Triadic Colors of #82eaff

#82eaff #ff82ea #eaff82

Analogous Colors of #82eaff

#82eaff #82acff #82ffd6

Monochromatic Colors of #82eaff

#82eaff

Complementary Color

#82eaff #ff9782

#82eaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82eaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#82eaff Color CSS Codes

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

#82eaff Text Font Color

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

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


#82eaff Background Color

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

This div background color is #82eaff


#82eaff Border Color

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

This div border color is #82eaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82eaff

Related Colors


Comments

No comments written yet.

Please login to write comment.