Color Hex Logo

#217aab Color Hex

#217AAB
(33,122,171)
0 Favorites   0 Comments

Color spaces of #217aab

RGB 33122171
HSL0.560.680.40
HSV201°81°67°
CMYK 0.810.290.00   0.33
XYZ14.937417.182741.0574
Yxy17.18270.20410.2348
Hunter Lab41.4520-8.2179-29.7091
CIE-Lab48.4894-8.1466-33.3022

#217aab color RGB value is (33,122,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111010 10101011
Octal 41 172 253
Decimal 33 122 171
Hex 21 7A AB

RGB Percentages of Color #217aab

%10.12
%37.42
%52.45

CMYK Percentages of Color #217aab

%81
%29
%0
%33

Triadic Colors of #217aab

#217aab #ab217a #7aab21

Analogous Colors of #217aab

#217aab #2135ab #21ab97

Monochromatic Colors of #217aab

#217aab

Complementary Color

#217aab #ab5221

#217aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#217aab Color CSS Codes

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

#217aab Text Font Color

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

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


#217aab Background Color

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

This div background color is #217aab


#217aab Border Color

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

This div border color is #217aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217aab


Comments

No comments written yet.

Please login to write comment.