Color Hex Logo

#208b83 Color Hex

#208B83
(32,139,131)
0 Favorites   0 Comments

Color spaces of #208b83

RGB 32139131
HSL0.490.630.34
HSV176°77°55°
CMYK 0.770.000.06   0.45
XYZ13.925020.411024.6785
Yxy20.41100.23600.3459
Hunter Lab45.1785-24.0449-0.7618
CIE-Lab52.2987-30.8052-4.1845

#208b83 color RGB value is (32,139,131).

#208b83 hex color red value is 32, green value is 139 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #208b83 hue: 0.49 , saturation: 0.63 and the lightness value of 208b83 is 0.34.

The process color (four color CMYK) of #208b83 color hex is 0.77, 0.00, 0.06, 0.45. Web safe color of #208b83 is #339999. Color #208b83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10001011 10000011
Octal 40 213 203
Decimal 32 139 131
Hex 20 8B 83

RGB Percentages of Color #208b83

%10.60
%46.03
%43.38

CMYK Percentages of Color #208b83

%77
%0
%6
%45

Triadic Colors of #208b83

#208b83 #83208b #8b8320

Analogous Colors of #208b83

#208b83 #205e8b #208b4e

Monochromatic Colors of #208b83

#208b83

Complementary Color

#208b83 #8b2028

#208b83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#208b83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#208b83 Color CSS Codes

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

#208b83 Text Font Color

<p style="color:#208b83">Text here</p>

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


#208b83 Background Color

<div style="background-color:#208b83">
Div content here</div>

This div background color is #208b83


#208b83 Border Color

<div style="border:3px solid #208b83">
Div here</div>

This div border color is #208b83


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,139,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #208b83; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #208b83;
  -webkit-box-shadow: 1px 1px 3px 2px #208b83;
  box-shadow:         1px 1px 3px 2px #208b83; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #208b83


Comments

No comments written yet.

Please login to write comment.