Color Hex Logo

#219baf Color Hex

#219BAF
(33,155,175)
0 Favorites   0 Comments

Color spaces of #219baf

RGB 33155175
HSL0.520.680.41
HSV188°81°69°
CMYK 0.810.110.00   0.31
XYZ20.086426.861244.6835
Yxy26.86120.21920.2931
Hunter Lab51.8278-21.5191-14.8376
CIE-Lab58.8456-24.7877-19.5810

#219baf color RGB value is (33,155,175).

#219baf hex color red value is 33, green value is 155 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #219baf hue: 0.52 , saturation: 0.68 and the lightness value of 219baf is 0.41.

The process color (four color CMYK) of #219baf color hex is 0.81, 0.11, 0.00, 0.31. Web safe color of #219baf is #339999. Color #219baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10011011 10101111
Octal 41 233 257
Decimal 33 155 175
Hex 21 9B AF

RGB Percentages of Color #219baf

%9.09
%42.70
%48.21

CMYK Percentages of Color #219baf

%81
%11
%0
%31

Triadic Colors of #219baf

#219baf #af219b #9baf21

Analogous Colors of #219baf

#219baf #2154af #21af7c

Monochromatic Colors of #219baf

#219baf

Complementary Color

#219baf #af3521

#219baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#219baf Color CSS Codes

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

#219baf Text Font Color

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

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


#219baf Background Color

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

This div background color is #219baf


#219baf Border Color

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

This div border color is #219baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219baf


Comments

No comments written yet.

Please login to write comment.