Color Hex Logo

#82acea Color Hex

#82ACEA
(130,172,234)
0 Favorites   0 Comments

Color spaces of #82acea

RGB 130172234
HSL0.600.710.71
HSV216°44°92°
CMYK 0.440.260.00   0.08
XYZ38.809740.191483.5541
Yxy40.19140.23870.2472
Hunter Lab63.3967-1.6714-33.7640
CIE-Lab69.60561.9504-35.5087

#82acea color RGB value is (130,172,234).

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

The process color (four color CMYK) of #82acea color hex is 0.44, 0.26, 0.00, 0.08. Web safe color of #82acea is #9999ff. Color #82acea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101100 11101010
Octal 202 254 352
Decimal 130 172 234
Hex 82 AC EA

RGB Percentages of Color #82acea

%24.25
%32.09
%43.66

CMYK Percentages of Color #82acea

%44
%26
%0
%8

Triadic Colors of #82acea

#82acea #ea82ac #acea82

Analogous Colors of #82acea

#82acea #8c82ea #82e0ea

Monochromatic Colors of #82acea

#82acea

Complementary Color

#82acea #eac082

#82acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#82acea Color CSS Codes

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

#82acea Text Font Color

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

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


#82acea Background Color

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

This div background color is #82acea


#82acea Border Color

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

This div border color is #82acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82acea


Comments

No comments written yet.

Please login to write comment.