Color Hex Logo

#218ab0 Color Hex

#218AB0
(33,138,176)
0 Favorites   0 Comments

Color spaces of #218ab0

RGB 33138176
HSL0.540.680.41
HSV196°81°69°
CMYK 0.810.220.00   0.31
XYZ17.552221.634944.3251
Yxy21.63490.21020.2591
Hunter Lab46.5133-14.0398-23.9414
CIE-Lab53.6375-15.4307-28.1621

#218ab0 color RGB value is (33,138,176).

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

The process color (four color CMYK) of #218ab0 color hex is 0.81, 0.22, 0.00, 0.31. Web safe color of #218ab0 is #339999. Color #218ab0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001010 10110000
Octal 41 212 260
Decimal 33 138 176
Hex 21 8A B0

RGB Percentages of Color #218ab0

%9.51
%39.77
%50.72

CMYK Percentages of Color #218ab0

%81
%22
%0
%31

Triadic Colors of #218ab0

#218ab0 #b0218a #8ab021

Analogous Colors of #218ab0

#218ab0 #2142b0 #21b08f

Monochromatic Colors of #218ab0

#218ab0

Complementary Color

#218ab0 #b04721

#218ab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218ab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#218ab0 Color CSS Codes

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

#218ab0 Text Font Color

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

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


#218ab0 Background Color

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

This div background color is #218ab0


#218ab0 Border Color

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

This div border color is #218ab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218ab0


Comments

No comments written yet.

Please login to write comment.