Color Hex Logo

#219beb Color Hex

#219BEB
(33,155,235)
0 Favorites   0 Comments

Color spaces of #219beb

RGB 33155235
HSL0.570.830.53
HSV204°86°92°
CMYK 0.860.340.00   0.08
XYZ27.343929.764282.9011
Yxy29.76420.19530.2126
Hunter Lab54.5566-6.0093-51.9041
CIE-Lab61.4502-3.7637-49.0914

#219beb color RGB value is (33,155,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10011011 11101011
Octal 41 233 353
Decimal 33 155 235
Hex 21 9B EB

RGB Percentages of Color #219beb

%7.80
%36.64
%55.56

CMYK Percentages of Color #219beb

%86
%34
%0
%8

Triadic Colors of #219beb

#219beb #eb219b #9beb21

Analogous Colors of #219beb

#219beb #2136eb #21ebd6

Monochromatic Colors of #219beb

#219beb

Complementary Color

#219beb #eb7121

#219beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#219beb Color CSS Codes

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

#219beb Text Font Color

<p style="color:#219beb">Text here</p>

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


#219beb Background Color

<div style="background-color:#219beb">
Div content here</div>

This div background color is #219beb


#219beb Border Color

<div style="border:3px solid #219beb">
Div here</div>

This div border color is #219beb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,155,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 #219beb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219beb


Comments

No comments written yet.

Please login to write comment.