Color Hex Logo

#219cbc Color Hex

#219CBC
(33,156,188)
0 Favorites   0 Comments

Color spaces of #219cbc

RGB 33156188
HSL0.530.700.43
HSV192°82°74°
CMYK 0.820.170.00   0.26
XYZ21.592827.731151.7915
Yxy27.73110.21350.2743
Hunter Lab52.6603-18.9636-21.4496
CIE-Lab59.6450-20.9669-25.6991

#219cbc color RGB value is (33,156,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10011100 10111100
Octal 41 234 274
Decimal 33 156 188
Hex 21 9C BC

RGB Percentages of Color #219cbc

%8.75
%41.38
%49.87

CMYK Percentages of Color #219cbc

%82
%17
%0
%26

Triadic Colors of #219cbc

#219cbc #bc219c #9cbc21

Analogous Colors of #219cbc

#219cbc #214ebc #21bc8f

Monochromatic Colors of #219cbc

#219cbc

Complementary Color

#219cbc #bc4121

#219cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#219cbc Color CSS Codes

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

#219cbc Text Font Color

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

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


#219cbc Background Color

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

This div background color is #219cbc


#219cbc Border Color

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

This div border color is #219cbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,156,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 #219cbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219cbc


Comments

No comments written yet.

Please login to write comment.