Color Hex Logo

#219aeb Color Hex

#219AEB
(33,154,235)
0 Favorites   0 Comments

Color spaces of #219aeb

RGB 33154235
HSL0.570.830.53
HSV204°86°92°
CMYK 0.860.340.00   0.08
XYZ27.178229.432782.8459
Yxy29.43270.19490.2111
Hunter Lab54.2519-5.5190-52.5630
CIE-Lab61.1616-3.1878-49.5485

#219aeb color RGB value is (33,154,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10011010 11101011
Octal 41 232 353
Decimal 33 154 235
Hex 21 9A EB

RGB Percentages of Color #219aeb

%7.82
%36.49
%55.69

CMYK Percentages of Color #219aeb

%86
%34
%0
%8

Triadic Colors of #219aeb

#219aeb #eb219a #9aeb21

Analogous Colors of #219aeb

#219aeb #2135eb #21ebd7

Monochromatic Colors of #219aeb

#219aeb

Complementary Color

#219aeb #eb7221

#219aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#219aeb Color CSS Codes

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

#219aeb Text Font Color

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

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


#219aeb Background Color

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

This div background color is #219aeb


#219aeb Border Color

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

This div border color is #219aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219aeb


Comments

No comments written yet.

Please login to write comment.