Color Hex Logo

#219faa Color Hex

#219FAA
(33,159,170)
0 Favorites   0 Comments

Color spaces of #219faa

RGB 33159170
HSL0.510.670.40
HSV185°81°67°
CMYK 0.810.060.00   0.33
XYZ20.281028.021942.3701
Yxy28.02190.22370.3090
Hunter Lab52.9357-24.2497-10.4011
CIE-Lab59.9085-28.4104-15.1379

#219faa color RGB value is (33,159,170).

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

The process color (four color CMYK) of #219faa color hex is 0.81, 0.06, 0.00, 0.33. Web safe color of #219faa is #339999. Color #219faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10011111 10101010
Octal 41 237 252
Decimal 33 159 170
Hex 21 9F AA

RGB Percentages of Color #219faa

%9.12
%43.92
%46.96

CMYK Percentages of Color #219faa

%81
%6
%0
%33

Triadic Colors of #219faa

#219faa #aa219f #9faa21

Analogous Colors of #219faa

#219faa #215baa #21aa71

Monochromatic Colors of #219faa

#219faa

Complementary Color

#219faa #aa2c21

#219faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#219faa Color CSS Codes

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

#219faa Text Font Color

<p style="color:#219faa">Text here</p>

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


#219faa Background Color

<div style="background-color:#219faa">
Div content here</div>

This div background color is #219faa


#219faa Border Color

<div style="border:3px solid #219faa">
Div here</div>

This div border color is #219faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219faa


Comments

No comments written yet.

Please login to write comment.