Color Hex Logo

#218aeb Color Hex

#218AEB
(33,138,235)
0 Favorites   0 Comments

Color spaces of #218aeb

RGB 33138235
HSL0.580.830.53
HSV209°86°92°
CMYK 0.860.410.00   0.08
XYZ24.711124.498482.0235
Yxy24.49840.18830.1867
Hunter Lab49.49592.4994-63.6070
CIE-Lab56.58346.2610-56.8358

#218aeb color RGB value is (33,138,235).

#218aeb hex color red value is 33, green value is 138 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #218aeb hue: 0.58 , saturation: 0.83 and the lightness value of 218aeb is 0.53.

The process color (four color CMYK) of #218aeb color hex is 0.86, 0.41, 0.00, 0.08. Web safe color of #218aeb is #3399ff. Color #218aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001010 11101011
Octal 41 212 353
Decimal 33 138 235
Hex 21 8A EB

RGB Percentages of Color #218aeb

%8.13
%33.99
%57.88

CMYK Percentages of Color #218aeb

%86
%41
%0
%8

Triadic Colors of #218aeb

#218aeb #eb218a #8aeb21

Analogous Colors of #218aeb

#218aeb #2125eb #21ebe7

Monochromatic Colors of #218aeb

#218aeb

Complementary Color

#218aeb #eb8221

#218aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#218aeb Color CSS Codes

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

#218aeb Text Font Color

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

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


#218aeb Background Color

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

This div background color is #218aeb


#218aeb Border Color

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

This div border color is #218aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218aeb


Comments

No comments written yet.

Please login to write comment.