Color Hex Logo

#218eb4 Color Hex

#218EB4
(33,142,180)
0 Favorites   0 Comments

Color spaces of #218eb4

RGB 33142180
HSL0.540.690.42
HSV196°82°71°
CMYK 0.820.210.00   0.29
XYZ18.538422.964646.6356
Yxy22.96460.21030.2606
Hunter Lab47.9214-14.8097-24.1542
CIE-Lab55.0359-16.2225-28.2831

#218eb4 color RGB value is (33,142,180).

#218eb4 hex color red value is 33, green value is 142 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #218eb4 hue: 0.54 , saturation: 0.69 and the lightness value of 218eb4 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001110 10110100
Octal 41 216 264
Decimal 33 142 180
Hex 21 8E B4

RGB Percentages of Color #218eb4

%9.30
%40.00
%50.70

CMYK Percentages of Color #218eb4

%82
%21
%0
%29

Triadic Colors of #218eb4

#218eb4 #b4218e #8eb421

Analogous Colors of #218eb4

#218eb4 #2144b4 #21b491

Monochromatic Colors of #218eb4

#218eb4

Complementary Color

#218eb4 #b44721

#218eb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218eb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#218eb4 Color CSS Codes

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

#218eb4 Text Font Color

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

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


#218eb4 Background Color

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

This div background color is #218eb4


#218eb4 Border Color

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

This div border color is #218eb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218eb4


Comments

No comments written yet.

Please login to write comment.