Color Hex Logo

#82cdec Color Hex

#82CDEC
(130,205,236)
0 Favorites   0 Comments

Color spaces of #82cdec

RGB 130205236
HSL0.550.740.72
HSV198°45°93°
CMYK 0.450.130.00   0.07
XYZ46.177654.464687.4358
Yxy54.46460.24550.2896
Hunter Lab73.8001-17.4607-18.5846
CIE-Lab78.7319-15.2590-22.5665

#82cdec color RGB value is (130,205,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001101 11101100
Octal 202 315 354
Decimal 130 205 236
Hex 82 CD EC

RGB Percentages of Color #82cdec

%22.77
%35.90
%41.33

CMYK Percentages of Color #82cdec

%45
%13
%0
%7

Triadic Colors of #82cdec

#82cdec #ec82cd #cdec82

Analogous Colors of #82cdec

#82cdec #8298ec #82ecd6

Monochromatic Colors of #82cdec

#82cdec

Complementary Color

#82cdec #eca182

#82cdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cdec Color CSS Codes

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

#82cdec Text Font Color

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

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


#82cdec Background Color

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

This div background color is #82cdec


#82cdec Border Color

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

This div border color is #82cdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cdec


Comments

No comments written yet.

Please login to write comment.