Color Hex Logo

#82ceec Color Hex

#82CEEC
(130,206,236)
0 Favorites   0 Comments

Color spaces of #82ceec

RGB 130206236
HSL0.550.740.72
HSV197°45°93°
CMYK 0.450.130.00   0.07
XYZ46.417554.944687.5158
Yxy54.94460.24580.2909
Hunter Lab74.1246-17.9398-18.1140
CIE-Lab79.0093-15.7756-22.1448

#82ceec color RGB value is (130,206,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001110 11101100
Octal 202 316 354
Decimal 130 206 236
Hex 82 CE EC

RGB Percentages of Color #82ceec

%22.73
%36.01
%41.26

CMYK Percentages of Color #82ceec

%45
%13
%0
%7

Triadic Colors of #82ceec

#82ceec #ec82ce #ceec82

Analogous Colors of #82ceec

#82ceec #8299ec #82ecd5

Monochromatic Colors of #82ceec

#82ceec

Complementary Color

#82ceec #eca082

#82ceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82ceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#82ceec Color CSS Codes

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

#82ceec Text Font Color

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

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


#82ceec Background Color

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

This div background color is #82ceec


#82ceec Border Color

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

This div border color is #82ceec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82ceec


Comments

No comments written yet.

Please login to write comment.