Color Hex Logo

#82ccea Color Hex

#82CCEA
(130,204,234)
0 Favorites   0 Comments

Color spaces of #82ccea

RGB 130204234
HSL0.550.710.71
HSV197°44°92°
CMYK 0.440.130.00   0.08
XYZ45.650153.872185.8342
Yxy53.87210.24630.2906
Hunter Lab73.3976-17.4267-17.9578
CIE-Lab78.3871-15.2754-22.0189

#82ccea color RGB value is (130,204,234).

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

The process color (four color CMYK) of #82ccea color hex is 0.44, 0.13, 0.00, 0.08. Web safe color of #82ccea is #99ccff. Color #82ccea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001100 11101010
Octal 202 314 352
Decimal 130 204 234
Hex 82 CC EA

RGB Percentages of Color #82ccea

%22.89
%35.92
%41.20

CMYK Percentages of Color #82ccea

%44
%13
%0
%8

Triadic Colors of #82ccea

#82ccea #ea82cc #ccea82

Analogous Colors of #82ccea

#82ccea #8298ea #82ead4

Monochromatic Colors of #82ccea

#82ccea

Complementary Color

#82ccea #eaa082

#82ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ccea Color CSS Codes

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

#82ccea Text Font Color

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

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


#82ccea Background Color

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

This div background color is #82ccea


#82ccea Border Color

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

This div border color is #82ccea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,204,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 #82ccea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ccea


Comments

No comments written yet.

Please login to write comment.