Color Hex Logo

#218ebb Color Hex

#218EBB
(33,142,187)
0 Favorites   0 Comments

Color spaces of #218ebb

RGB 33142187
HSL0.550.700.43
HSV198°82°73°
CMYK 0.820.240.00   0.27
XYZ19.269823.257250.4872
Yxy23.25720.20720.2500
Hunter Lab48.2257-13.0708-28.3123
CIE-Lab55.3363-13.7531-31.8062

#218ebb color RGB value is (33,142,187).

#218ebb hex color red value is 33, green value is 142 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #218ebb hue: 0.55 , saturation: 0.70 and the lightness value of 218ebb is 0.43.

The process color (four color CMYK) of #218ebb color hex is 0.82, 0.24, 0.00, 0.27. Web safe color of #218ebb is #3399cc. Color #218ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001110 10111011
Octal 41 216 273
Decimal 33 142 187
Hex 21 8E BB

RGB Percentages of Color #218ebb

%9.12
%39.23
%51.66

CMYK Percentages of Color #218ebb

%82
%24
%0
%27

Triadic Colors of #218ebb

#218ebb #bb218e #8ebb21

Analogous Colors of #218ebb

#218ebb #2141bb #21bb9b

Monochromatic Colors of #218ebb

#218ebb

Complementary Color

#218ebb #bb4e21

#218ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#218ebb Color CSS Codes

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

#218ebb Text Font Color

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

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


#218ebb Background Color

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

This div background color is #218ebb


#218ebb Border Color

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

This div border color is #218ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218ebb


Comments

No comments written yet.

Please login to write comment.