Color Hex Logo

#2179aa Color Hex

#2179AA
(33,121,170)
0 Favorites   0 Comments

Color spaces of #2179aa

RGB 33121170
HSL0.560.670.40
HSV201°81°67°
CMYK 0.810.290.00   0.33
XYZ14.720316.900440.5165
Yxy16.90040.20410.2343
Hunter Lab41.1101-8.0271-29.6568
CIE-Lab48.1343-7.9295-33.2772

#2179aa color RGB value is (33,121,170).

#2179aa hex color red value is 33, green value is 121 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2179aa hue: 0.56 , saturation: 0.67 and the lightness value of 2179aa is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111001 10101010
Octal 41 171 252
Decimal 33 121 170
Hex 21 79 AA

RGB Percentages of Color #2179aa

%10.19
%37.35
%52.47

CMYK Percentages of Color #2179aa

%81
%29
%0
%33

Triadic Colors of #2179aa

#2179aa #aa2179 #79aa21

Analogous Colors of #2179aa

#2179aa #2135aa #21aa97

Monochromatic Colors of #2179aa

#2179aa

Complementary Color

#2179aa #aa5221

#2179aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2179aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2179aa Color CSS Codes

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

#2179aa Text Font Color

<p style="color:#2179aa">Text here</p>

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


#2179aa Background Color

<div style="background-color:#2179aa">
Div content here</div>

This div background color is #2179aa


#2179aa Border Color

<div style="border:3px solid #2179aa">
Div here</div>

This div border color is #2179aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,121,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2179aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2179aa;
  -webkit-box-shadow: 1px 1px 3px 2px #2179aa;
  box-shadow:         1px 1px 3px 2px #2179aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,121,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2179aa


Comments

No comments written yet.

Please login to write comment.