Color Hex Logo

#83bba1 Color Hex

#83BBA1
(131,187,161)
0 Favorites   0 Comments

Color spaces of #83bba1

RGB 131187161
HSL0.420.290.62
HSV152°30°73°
CMYK 0.300.000.14   0.27
XYZ33.563442.939240.2373
Yxy42.93920.28750.3678
Hunter Lab65.5280-23.24649.4627
CIE-Lab71.5137-23.80397.3633

#83bba1 color RGB value is (131,187,161).

#83bba1 hex color red value is 131, green value is 187 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #83bba1 hue: 0.42 , saturation: 0.29 and the lightness value of 83bba1 is 0.62.

The process color (four color CMYK) of #83bba1 color hex is 0.30, 0.00, 0.14, 0.27. Web safe color of #83bba1 is #99cc99. Color #83bba1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111011 10100001
Octal 203 273 241
Decimal 131 187 161
Hex 83 BB A1

RGB Percentages of Color #83bba1

%27.35
%39.04
%33.61

CMYK Percentages of Color #83bba1

%30
%0
%14
%27

Triadic Colors of #83bba1

#83bba1 #a183bb #bba183

Analogous Colors of #83bba1

#83bba1 #83b9bb #83bb85

Monochromatic Colors of #83bba1

#83bba1

Complementary Color

#83bba1 #bb839d

#83bba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83bba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83bba1 Color CSS Codes

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

#83bba1 Text Font Color

<p style="color:#83bba1">Text here</p>

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


#83bba1 Background Color

<div style="background-color:#83bba1">
Div content here</div>

This div background color is #83bba1


#83bba1 Border Color

<div style="border:3px solid #83bba1">
Div here</div>

This div border color is #83bba1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,187,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83bba1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83bba1;
  -webkit-box-shadow: 1px 1px 3px 2px #83bba1;
  box-shadow:         1px 1px 3px 2px #83bba1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83bba1


Comments

No comments written yet.

Please login to write comment.