Color Hex Logo

#82acee Color Hex

#82ACEE
(130,172,238)
0 Favorites   0 Comments

Color spaces of #82acee

RGB 130172238
HSL0.600.760.72
HSV217°45°93°
CMYK 0.450.280.00   0.07
XYZ39.391140.423986.6154
Yxy40.42390.23670.2429
Hunter Lab63.5798-0.6743-36.2655
CIE-Lab69.77043.0834-37.4341

#82acee color RGB value is (130,172,238).

#82acee hex color red value is 130, green value is 172 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #82acee hue: 0.60 , saturation: 0.76 and the lightness value of 82acee is 0.72.

The process color (four color CMYK) of #82acee color hex is 0.45, 0.28, 0.00, 0.07. Web safe color of #82acee is #9999ff. Color #82acee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101100 11101110
Octal 202 254 356
Decimal 130 172 238
Hex 82 AC EE

RGB Percentages of Color #82acee

%24.07
%31.85
%44.07

CMYK Percentages of Color #82acee

%45
%28
%0
%7

Triadic Colors of #82acee

#82acee #ee82ac #acee82

Analogous Colors of #82acee

#82acee #8e82ee #82e2ee

Monochromatic Colors of #82acee

#82acee

Complementary Color

#82acee #eec482

#82acee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82acee Color Preview on White Background

Lorem ipsum dolor sit amet.

#82acee Color CSS Codes

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

#82acee Text Font Color

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

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


#82acee Background Color

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

This div background color is #82acee


#82acee Border Color

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

This div border color is #82acee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82acee

#82acee Color Palettes


Comments

No comments written yet.

Please login to write comment.