Color Hex Logo

#82bffd Color Hex

#82BFFD
(130,191,253)
0 Favorites   0 Comments

Color spaces of #82bffd

RGB 130191253
HSL0.580.970.75
HSV210°49°99°
CMYK 0.490.250.00   0.01
XYZ45.566349.0993100.0040
Yxy49.09930.23410.2522
Hunter Lab70.0709-6.5476-35.5681
CIE-Lab75.5131-3.1271-36.6276

#82bffd color RGB value is (130,191,253).

#82bffd hex color red value is 130, green value is 191 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #82bffd hue: 0.58 , saturation: 0.97 and the lightness value of 82bffd is 0.75.

The process color (four color CMYK) of #82bffd color hex is 0.49, 0.25, 0.00, 0.01. Web safe color of #82bffd is #99ccff. Color #82bffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111111 11111101
Octal 202 277 375
Decimal 130 191 253
Hex 82 BF FD

RGB Percentages of Color #82bffd

%22.65
%33.28
%44.08

CMYK Percentages of Color #82bffd

%49
%25
%0
%1

Triadic Colors of #82bffd

#82bffd #fd82bf #bffd82

Analogous Colors of #82bffd

#82bffd #8382fd #82fdfd

Monochromatic Colors of #82bffd

#82bffd

Complementary Color

#82bffd #fdc082

#82bffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82bffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#82bffd Color CSS Codes

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

#82bffd Text Font Color

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

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


#82bffd Background Color

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

This div background color is #82bffd


#82bffd Border Color

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

This div border color is #82bffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82bffd


Comments

No comments written yet.

Please login to write comment.