Color Hex Logo

#219dbc Color Hex

#219DBC
(33,157,188)
0 Favorites   0 Comments

Color spaces of #219dbc

RGB 33157188
HSL0.530.700.43
HSV192°82°74°
CMYK 0.820.160.00   0.26
XYZ21.761328.068151.8477
Yxy28.06810.21400.2761
Hunter Lab52.9793-19.3948-20.9380
CIE-Lab59.9502-21.4909-25.2293

#219dbc color RGB value is (33,157,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10011101 10111100
Octal 41 235 274
Decimal 33 157 188
Hex 21 9D BC

RGB Percentages of Color #219dbc

%8.73
%41.53
%49.74

CMYK Percentages of Color #219dbc

%82
%16
%0
%26

Triadic Colors of #219dbc

#219dbc #bc219d #9dbc21

Analogous Colors of #219dbc

#219dbc #2150bc #21bc8e

Monochromatic Colors of #219dbc

#219dbc

Complementary Color

#219dbc #bc4021

#219dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#219dbc Color CSS Codes

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

#219dbc Text Font Color

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

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


#219dbc Background Color

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

This div background color is #219dbc


#219dbc Border Color

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

This div border color is #219dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219dbc


Comments

No comments written yet.

Please login to write comment.