Color Hex Logo

#82bcca Color Hex

#82BCCA
(130,188,202)
0 Favorites   0 Comments

Color spaces of #82bcca

RGB 130188202
HSL0.530.400.65
HSV192°36°79°
CMYK 0.360.070.00   0.21
XYZ37.849844.976562.5636
Yxy44.97650.26030.3094
Hunter Lab67.0645-16.6213-8.3657
CIE-Lab72.8764-15.2315-13.0361

#82bcca color RGB value is (130,188,202).

#82bcca hex color red value is 130, green value is 188 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #82bcca hue: 0.53 , saturation: 0.40 and the lightness value of 82bcca is 0.65.

The process color (four color CMYK) of #82bcca color hex is 0.36, 0.07, 0.00, 0.21. Web safe color of #82bcca is #99cccc. Color #82bcca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111100 11001010
Octal 202 274 312
Decimal 130 188 202
Hex 82 BC CA

RGB Percentages of Color #82bcca

%25.00
%36.15
%38.85

CMYK Percentages of Color #82bcca

%36
%7
%0
%21

Triadic Colors of #82bcca

#82bcca #ca82bc #bcca82

Analogous Colors of #82bcca

#82bcca #8298ca #82cab4

Monochromatic Colors of #82bcca

#82bcca

Complementary Color

#82bcca #ca9082

#82bcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82bcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#82bcca Color CSS Codes

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

#82bcca Text Font Color

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

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


#82bcca Background Color

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

This div background color is #82bcca


#82bcca Border Color

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

This div border color is #82bcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82bcca


Comments

No comments written yet.

Please login to write comment.