Color Hex Logo

#219dba Color Hex

#219DBA
(33,157,186)
0 Favorites   0 Comments

Color spaces of #219dba

RGB 33157186
HSL0.530.700.43
HSV191°82°73°
CMYK 0.820.160.00   0.27
XYZ21.547127.982450.7199
Yxy27.98240.21490.2791
Hunter Lab52.8984-19.8638-19.8194
CIE-Lab59.8728-22.1643-24.2220

#219dba color RGB value is (33,157,186).

#219dba hex color red value is 33, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #219dba hue: 0.53 , saturation: 0.70 and the lightness value of 219dba is 0.43.

The process color (four color CMYK) of #219dba color hex is 0.82, 0.16, 0.00, 0.27. Web safe color of #219dba is #3399cc. Color #219dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10011101 10111010
Octal 41 235 272
Decimal 33 157 186
Hex 21 9D BA

RGB Percentages of Color #219dba

%8.78
%41.76
%49.47

CMYK Percentages of Color #219dba

%82
%16
%0
%27

Triadic Colors of #219dba

#219dba #ba219d #9dba21

Analogous Colors of #219dba

#219dba #2151ba #21ba8b

Monochromatic Colors of #219dba

#219dba

Complementary Color

#219dba #ba3e21

#219dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#219dba Color CSS Codes

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

#219dba Text Font Color

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

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


#219dba Background Color

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

This div background color is #219dba


#219dba Border Color

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

This div border color is #219dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219dba


Comments

No comments written yet.

Please login to write comment.