Color Hex Logo

#82cabb Color Hex

#82CABB
(130,202,187)
0 Favorites   0 Comments

Color spaces of #82cabb

RGB 130202187
HSL0.470.400.65
HSV168°36°79°
CMYK 0.360.000.07   0.21
XYZ39.296150.574754.7045
Yxy50.57470.27180.3498
Hunter Lab71.1159-25.82014.1735
CIE-Lab76.4207-25.88150.3507

#82cabb color RGB value is (130,202,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001010 10111011
Octal 202 312 273
Decimal 130 202 187
Hex 82 CA BB

RGB Percentages of Color #82cabb

%25.05
%38.92
%36.03

CMYK Percentages of Color #82cabb

%36
%0
%7
%21

Triadic Colors of #82cabb

#82cabb #bb82ca #cabb82

Analogous Colors of #82cabb

#82cabb #82b5ca #82ca97

Monochromatic Colors of #82cabb

#82cabb

Complementary Color

#82cabb #ca8291

#82cabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cabb Color CSS Codes

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

#82cabb Text Font Color

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

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


#82cabb Background Color

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

This div background color is #82cabb


#82cabb Border Color

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

This div border color is #82cabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cabb


Comments

No comments written yet.

Please login to write comment.