Color Hex Logo

#82ccef Color Hex

#82CCEF
(130,204,239)
0 Favorites   0 Comments

Color spaces of #82ccef

RGB 130204239
HSL0.550.770.72
HSV199°46°94°
CMYK 0.460.150.00   0.06
XYZ46.378854.163689.6715
Yxy54.16360.24380.2848
Hunter Lab73.5959-16.3054-20.7236
CIE-Lab78.5570-13.9354-24.4391

#82ccef color RGB value is (130,204,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001100 11101111
Octal 202 314 357
Decimal 130 204 239
Hex 82 CC EF

RGB Percentages of Color #82ccef

%22.69
%35.60
%41.71

CMYK Percentages of Color #82ccef

%46
%15
%0
%6

Triadic Colors of #82ccef

#82ccef #ef82cc #ccef82

Analogous Colors of #82ccef

#82ccef #8296ef #82efdc

Monochromatic Colors of #82ccef

#82ccef

Complementary Color

#82ccef #efa582

#82ccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ccef Color CSS Codes

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

#82ccef Text Font Color

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

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


#82ccef Background Color

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

This div background color is #82ccef


#82ccef Border Color

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

This div border color is #82ccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ccef


Comments

No comments written yet.

Please login to write comment.