Color Hex Logo

#219dbe Color Hex

#219DBE
(33,157,190)
0 Favorites   0 Comments

Color spaces of #219dbe

RGB 33157190
HSL0.540.700.44
HSV193°83°75°
CMYK 0.830.170.00   0.25
XYZ21.978428.155052.9913
Yxy28.15500.21310.2730
Hunter Lab53.0613-18.9212-22.0689
CIE-Lab60.0285-20.8145-26.2343

#219dbe color RGB value is (33,157,190).

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

The process color (four color CMYK) of #219dbe color hex is 0.83, 0.17, 0.00, 0.25. Web safe color of #219dbe is #3399cc. Color #219dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10011101 10111110
Octal 41 235 276
Decimal 33 157 190
Hex 21 9D BE

RGB Percentages of Color #219dbe

%8.68
%41.32
%50.00

CMYK Percentages of Color #219dbe

%83
%17
%0
%25

Triadic Colors of #219dbe

#219dbe #be219d #9dbe21

Analogous Colors of #219dbe

#219dbe #214fbe #21be91

Monochromatic Colors of #219dbe

#219dbe

Complementary Color

#219dbe #be4221

#219dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#219dbe Color CSS Codes

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

#219dbe Text Font Color

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

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


#219dbe Background Color

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

This div background color is #219dbe


#219dbe Border Color

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

This div border color is #219dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219dbe


Comments

No comments written yet.

Please login to write comment.