Color Hex Logo

#217bab Color Hex

#217BAB
(33,123,171)
0 Favorites   0 Comments

Color spaces of #217bab

RGB 33123171
HSL0.560.680.40
HSV201°81°67°
CMYK 0.810.280.00   0.33
XYZ15.060817.429541.0985
Yxy17.42950.20470.2368
Hunter Lab41.7487-8.6664-29.1426
CIE-Lab48.7967-8.7302-32.8206

#217bab color RGB value is (33,123,171).

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

The process color (four color CMYK) of #217bab color hex is 0.81, 0.28, 0.00, 0.33. Web safe color of #217bab is #336699. Color #217bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111011 10101011
Octal 41 173 253
Decimal 33 123 171
Hex 21 7B AB

RGB Percentages of Color #217bab

%10.09
%37.61
%52.29

CMYK Percentages of Color #217bab

%81
%28
%0
%33

Triadic Colors of #217bab

#217bab #ab217b #7bab21

Analogous Colors of #217bab

#217bab #2136ab #21ab96

Monochromatic Colors of #217bab

#217bab

Complementary Color

#217bab #ab5121

#217bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#217bab Color CSS Codes

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

#217bab Text Font Color

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

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


#217bab Background Color

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

This div background color is #217bab


#217bab Border Color

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

This div border color is #217bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217bab


Comments

No comments written yet.

Please login to write comment.