Color Hex Logo

#82beb1 Color Hex

#82BEB1
(130,190,177)
0 Favorites   0 Comments

Color spaces of #82beb1

RGB 130190177
HSL0.460.320.63
HSV167°32°75°
CMYK 0.320.000.07   0.25
XYZ35.555244.747148.3581
Yxy44.74710.27630.3478
Hunter Lab66.8933-22.18673.9637
CIE-Lab72.7251-22.16820.3818

#82beb1 color RGB value is (130,190,177).

#82beb1 hex color red value is 130, green value is 190 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #82beb1 hue: 0.46 , saturation: 0.32 and the lightness value of 82beb1 is 0.63.

The process color (four color CMYK) of #82beb1 color hex is 0.32, 0.00, 0.07, 0.25. Web safe color of #82beb1 is #99cc99. Color #82beb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10111110 10110001
Octal 202 276 261
Decimal 130 190 177
Hex 82 BE B1

RGB Percentages of Color #82beb1

%26.16
%38.23
%35.61

CMYK Percentages of Color #82beb1

%32
%0
%7
%25

Triadic Colors of #82beb1

#82beb1 #b182be #beb182

Analogous Colors of #82beb1

#82beb1 #82adbe #82be93

Monochromatic Colors of #82beb1

#82beb1

Complementary Color

#82beb1 #be828f

#82beb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82beb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82beb1 Color CSS Codes

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

#82beb1 Text Font Color

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

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


#82beb1 Background Color

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

This div background color is #82beb1


#82beb1 Border Color

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

This div border color is #82beb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82beb1


Comments

No comments written yet.

Please login to write comment.