Color Hex Logo

#82cbce Color Hex

#82CBCE
(130,203,206)
0 Favorites   0 Comments

Color spaces of #82cbce

RGB 130203206
HSL0.510.440.66
HSV182°37°81°
CMYK 0.370.010.00   0.19
XYZ41.702451.913966.2150
Yxy51.91390.26090.3248
Hunter Lab72.0513-22.7762-4.0515
CIE-Lab77.2293-21.9142-8.7048

#82cbce color RGB value is (130,203,206).

#82cbce hex color red value is 130, green value is 203 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #82cbce hue: 0.51 , saturation: 0.44 and the lightness value of 82cbce is 0.66.

The process color (four color CMYK) of #82cbce color hex is 0.37, 0.01, 0.00, 0.19. Web safe color of #82cbce is #99cccc. Color #82cbce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001011 11001110
Octal 202 313 316
Decimal 130 203 206
Hex 82 CB CE

RGB Percentages of Color #82cbce

%24.12
%37.66
%38.22

CMYK Percentages of Color #82cbce

%37
%1
%0
%19

Triadic Colors of #82cbce

#82cbce #ce82cb #cbce82

Analogous Colors of #82cbce

#82cbce #82a5ce #82ceab

Monochromatic Colors of #82cbce

#82cbce

Complementary Color

#82cbce #ce8582

#82cbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cbce Color CSS Codes

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

#82cbce Text Font Color

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

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


#82cbce Background Color

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

This div background color is #82cbce


#82cbce Border Color

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

This div border color is #82cbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cbce


Comments

No comments written yet.

Please login to write comment.