Color Hex Logo

#218eaa Color Hex

#218EAA
(33,142,170)
0 Favorites   0 Comments

Color spaces of #218eaa

RGB 33142170
HSL0.530.670.40
HSV192°81°67°
CMYK 0.810.160.00   0.33
XYZ17.555922.571641.4617
Yxy22.57160.21520.2766
Hunter Lab47.5096-17.1818-18.4858
CIE-Lab54.6283-19.6816-23.1907

#218eaa color RGB value is (33,142,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001110 10101010
Octal 41 216 252
Decimal 33 142 170
Hex 21 8E AA

RGB Percentages of Color #218eaa

%9.57
%41.16
%49.28

CMYK Percentages of Color #218eaa

%81
%16
%0
%33

Triadic Colors of #218eaa

#218eaa #aa218e #8eaa21

Analogous Colors of #218eaa

#218eaa #214aaa #21aa82

Monochromatic Colors of #218eaa

#218eaa

Complementary Color

#218eaa #aa3d21

#218eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#218eaa Color CSS Codes

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

#218eaa Text Font Color

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

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


#218eaa Background Color

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

This div background color is #218eaa


#218eaa Border Color

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

This div border color is #218eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218eaa


Comments

No comments written yet.

Please login to write comment.