Color Hex Logo

#219aef Color Hex

#219AEF
(33,154,239)
0 Favorites   0 Comments

Color spaces of #219aef

RGB 33154239
HSL0.570.870.53
HSV205°86°94°
CMYK 0.860.360.00   0.06
XYZ27.762829.666585.9243
Yxy29.66650.19370.2069
Hunter Lab54.4670-4.3325-55.4060
CIE-Lab61.3654-1.7210-51.4312

#219aef color RGB value is (33,154,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10011010 11101111
Octal 41 232 357
Decimal 33 154 239
Hex 21 9A EF

RGB Percentages of Color #219aef

%7.75
%36.15
%56.10

CMYK Percentages of Color #219aef

%86
%36
%0
%6

Triadic Colors of #219aef

#219aef #ef219a #9aef21

Analogous Colors of #219aef

#219aef #2133ef #21efdd

Monochromatic Colors of #219aef

#219aef

Complementary Color

#219aef #ef7621

#219aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#219aef Color CSS Codes

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

#219aef Text Font Color

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

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


#219aef Background Color

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

This div background color is #219aef


#219aef Border Color

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

This div border color is #219aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219aef


Comments

No comments written yet.

Please login to write comment.