Color Hex Logo

#82bace Color Hex

#82BACE
(130,186,206)
0 Favorites   0 Comments

Color spaces of #82bace

RGB 130186206
HSL0.540.440.66
HSV196°37°81°
CMYK 0.370.100.00   0.19
XYZ37.905444.319964.9493
Yxy44.31990.25760.3011
Hunter Lab66.5732-14.8689-11.2425
CIE-Lab72.4418-13.1782-15.8725

#82bace color RGB value is (130,186,206).

#82bace hex color red value is 130, green value is 186 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #82bace hue: 0.54 , saturation: 0.44 and the lightness value of 82bace is 0.66.

The process color (four color CMYK) of #82bace color hex is 0.37, 0.10, 0.00, 0.19. Web safe color of #82bace is #99cccc. Color #82bace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111010 11001110
Octal 202 272 316
Decimal 130 186 206
Hex 82 BA CE

RGB Percentages of Color #82bace

%24.90
%35.63
%39.46

CMYK Percentages of Color #82bace

%37
%10
%0
%19

Triadic Colors of #82bace

#82bace #ce82ba #bace82

Analogous Colors of #82bace

#82bace #8294ce #82cebc

Monochromatic Colors of #82bace

#82bace

Complementary Color

#82bace #ce9682

#82bace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82bace Color Preview on White Background

Lorem ipsum dolor sit amet.

#82bace Color CSS Codes

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

#82bace Text Font Color

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

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


#82bace Background Color

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

This div background color is #82bace


#82bace Border Color

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

This div border color is #82bace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82bace


Comments

No comments written yet.

Please login to write comment.