Color Hex Logo

#82cee0 Color Hex

#82CEE0
(130,206,224)
0 Favorites   0 Comments

Color spaces of #82cee0

RGB 130206224
HSL0.530.600.69
HSV191°42°88°
CMYK 0.420.080.00   0.12
XYZ44.731854.270378.6386
Yxy54.27030.25180.3055
Hunter Lab73.6684-20.5336-11.7223
CIE-Lab78.6191-18.9187-16.3047

#82cee0 color RGB value is (130,206,224).

#82cee0 hex color red value is 130, green value is 206 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #82cee0 hue: 0.53 , saturation: 0.60 and the lightness value of 82cee0 is 0.69.

The process color (four color CMYK) of #82cee0 color hex is 0.42, 0.08, 0.00, 0.12. Web safe color of #82cee0 is #99cccc. Color #82cee0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001110 11100000
Octal 202 316 340
Decimal 130 206 224
Hex 82 CE E0

RGB Percentages of Color #82cee0

%23.21
%36.79
%40.00

CMYK Percentages of Color #82cee0

%42
%8
%0
%12

Triadic Colors of #82cee0

#82cee0 #e082ce #cee082

Analogous Colors of #82cee0

#82cee0 #829fe0 #82e0c3

Monochromatic Colors of #82cee0

#82cee0

Complementary Color

#82cee0 #e09482

#82cee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cee0 Color CSS Codes

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

#82cee0 Text Font Color

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

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


#82cee0 Background Color

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

This div background color is #82cee0


#82cee0 Border Color

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

This div border color is #82cee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cee0


Comments

No comments written yet.

Please login to write comment.