Color Hex Logo

#82cbbd Color Hex

#82CBBD
(130,203,189)
0 Favorites   0 Comments

Color spaces of #82cbbd

RGB 130203189
HSL0.470.410.65
HSV168°36°80°
CMYK 0.360.000.07   0.20
XYZ39.747251.131855.9186
Yxy51.13180.27080.3483
Hunter Lab71.5065-25.91643.6893
CIE-Lab76.7588-25.9189-0.2340

#82cbbd color RGB value is (130,203,189).

#82cbbd hex color red value is 130, green value is 203 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #82cbbd hue: 0.47 , saturation: 0.41 and the lightness value of 82cbbd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001011 10111101
Octal 202 313 275
Decimal 130 203 189
Hex 82 CB BD

RGB Percentages of Color #82cbbd

%24.90
%38.89
%36.21

CMYK Percentages of Color #82cbbd

%36
%0
%7
%20

Triadic Colors of #82cbbd

#82cbbd #bd82cb #cbbd82

Analogous Colors of #82cbbd

#82cbbd #82b5cb #82cb99

Monochromatic Colors of #82cbbd

#82cbbd

Complementary Color

#82cbbd #cb8290

#82cbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cbbd Color CSS Codes

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

#82cbbd Text Font Color

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

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


#82cbbd Background Color

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

This div background color is #82cbbd


#82cbbd Border Color

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

This div border color is #82cbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cbbd


Comments

No comments written yet.

Please login to write comment.