Color Hex Logo

#82b3ef Color Hex

#82B3EF
(130,179,239)
0 Favorites   0 Comments

Color spaces of #82b3ef

RGB 130179239
HSL0.590.770.72
HSV213°46°94°
CMYK 0.460.250.00   0.06
XYZ40.906043.218087.8473
Yxy43.21800.23790.2513
Hunter Lab65.7404-3.9767-33.2095
CIE-Lab71.7027-0.5266-34.9769

#82b3ef color RGB value is (130,179,239).

#82b3ef hex color red value is 130, green value is 179 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #82b3ef hue: 0.59 , saturation: 0.77 and the lightness value of 82b3ef is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 10110011 11101111
Octal 202 263 357
Decimal 130 179 239
Hex 82 B3 EF

RGB Percentages of Color #82b3ef

%23.72
%32.66
%43.61

CMYK Percentages of Color #82b3ef

%46
%25
%0
%6

Triadic Colors of #82b3ef

#82b3ef #ef82b3 #b3ef82

Analogous Colors of #82b3ef

#82b3ef #8882ef #82eaef

Monochromatic Colors of #82b3ef

#82b3ef

Complementary Color

#82b3ef #efbe82

#82b3ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82b3ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#82b3ef Color CSS Codes

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

#82b3ef Text Font Color

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

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


#82b3ef Background Color

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

This div background color is #82b3ef


#82b3ef Border Color

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

This div border color is #82b3ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82b3ef


Comments

No comments written yet.

Please login to write comment.