Color Hex Logo

#208bab Color Hex

#208BAB
(32,139,171)
0 Favorites   0 Comments

Color spaces of #208bab

RGB 32139171
HSL0.540.680.40
HSV194°81°67°
CMYK 0.810.190.00   0.33
XYZ17.179021.712641.8136
Yxy21.71260.21290.2690
Hunter Lab46.5968-15.7361-20.5861
CIE-Lab53.7207-17.8221-25.1644

#208bab color RGB value is (32,139,171).

#208bab hex color red value is 32, green value is 139 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #208bab hue: 0.54 , saturation: 0.68 and the lightness value of 208bab is 0.40.

The process color (four color CMYK) of #208bab color hex is 0.81, 0.19, 0.00, 0.33. Web safe color of #208bab is #339999. Color #208bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10001011 10101011
Octal 40 213 253
Decimal 32 139 171
Hex 20 8B AB

RGB Percentages of Color #208bab

%9.36
%40.64
%50.00

CMYK Percentages of Color #208bab

%81
%19
%0
%33

Triadic Colors of #208bab

#208bab #ab208b #8bab20

Analogous Colors of #208bab

#208bab #2046ab #20ab86

Monochromatic Colors of #208bab

#208bab

Complementary Color

#208bab #ab4020

#208bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#208bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#208bab Color CSS Codes

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

#208bab Text Font Color

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

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


#208bab Background Color

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

This div background color is #208bab


#208bab Border Color

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

This div border color is #208bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #208bab


Comments

No comments written yet.

Please login to write comment.