Color Hex Logo

#218bab Color Hex

#218BAB
(33,139,171)
0 Favorites   0 Comments

Color spaces of #218bab

RGB 33139171
HSL0.540.680.40
HSV194°81°67°
CMYK 0.810.190.00   0.33
XYZ17.210521.728841.8151
Yxy21.72880.21310.2691
Hunter Lab46.6142-15.6705-20.5560
CIE-Lab53.7381-17.7242-25.1363

#218bab color RGB value is (33,139,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001011 10101011
Octal 41 213 253
Decimal 33 139 171
Hex 21 8B AB

RGB Percentages of Color #218bab

%9.62
%40.52
%49.85

CMYK Percentages of Color #218bab

%81
%19
%0
%33

Triadic Colors of #218bab

#218bab #ab218b #8bab21

Analogous Colors of #218bab

#218bab #2146ab #21ab86

Monochromatic Colors of #218bab

#218bab

Complementary Color

#218bab #ab4121

#218bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#218bab Color CSS Codes

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

#218bab Text Font Color

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

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


#218bab Background Color

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

This div background color is #218bab


#218bab Border Color

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

This div border color is #218bab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,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 #218bab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218bab


Comments

No comments written yet.

Please login to write comment.