Color Hex Logo

#82cbea Color Hex

#82CBEA
(130,203,234)
0 Favorites   0 Comments

Color spaces of #82cbea

RGB 130203234
HSL0.550.710.71
HSV198°44°92°
CMYK 0.440.130.00   0.08
XYZ45.413153.398285.7553
Yxy53.39820.24610.2893
Hunter Lab73.0741-16.9478-18.4273
CIE-Lab78.1095-14.7577-22.4408

#82cbea color RGB value is (130,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001011 11101010
Octal 202 313 352
Decimal 130 203 234
Hex 82 CB EA

RGB Percentages of Color #82cbea

%22.93
%35.80
%41.27

CMYK Percentages of Color #82cbea

%44
%13
%0
%8

Triadic Colors of #82cbea

#82cbea #ea82cb #cbea82

Analogous Colors of #82cbea

#82cbea #8297ea #82ead5

Monochromatic Colors of #82cbea

#82cbea

Complementary Color

#82cbea #eaa182

#82cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cbea Color CSS Codes

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

#82cbea Text Font Color

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

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


#82cbea Background Color

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

This div background color is #82cbea


#82cbea Border Color

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

This div border color is #82cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cbea


Comments

No comments written yet.

Please login to write comment.