Color Hex Logo

#218aad Color Hex

#218AAD
(33,138,173)
0 Favorites   0 Comments

Color spaces of #218aad

RGB 33138173
HSL0.540.680.40
HSV195°81°68°
CMYK 0.810.200.00   0.32
XYZ17.258521.517442.7788
Yxy21.51740.21160.2638
Hunter Lab46.3869-14.7650-22.2075
CIE-Lab53.5112-16.4834-26.6358

#218aad color RGB value is (33,138,173).

#218aad hex color red value is 33, green value is 138 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #218aad hue: 0.54 , saturation: 0.68 and the lightness value of 218aad is 0.40.

The process color (four color CMYK) of #218aad color hex is 0.81, 0.20, 0.00, 0.32. Web safe color of #218aad is #339999. Color #218aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001010 10101101
Octal 41 212 255
Decimal 33 138 173
Hex 21 8A AD

RGB Percentages of Color #218aad

%9.59
%40.12
%50.29

CMYK Percentages of Color #218aad

%81
%20
%0
%32

Triadic Colors of #218aad

#218aad #ad218a #8aad21

Analogous Colors of #218aad

#218aad #2144ad #21ad8a

Monochromatic Colors of #218aad

#218aad

Complementary Color

#218aad #ad4421

#218aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#218aad Color CSS Codes

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

#218aad Text Font Color

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

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


#218aad Background Color

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

This div background color is #218aad


#218aad Border Color

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

This div border color is #218aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218aad


Comments

No comments written yet.

Please login to write comment.