Color Hex Logo

#219ccb Color Hex

#219CCB
(33,156,203)
0 Favorites   0 Comments

Color spaces of #219ccb

RGB 33156203
HSL0.550.720.46
HSV197°84°80°
CMYK 0.840.230.00   0.20
XYZ23.295228.412160.7562
Yxy28.41210.20710.2526
Hunter Lab53.3030-15.2698-30.2682
CIE-Lab60.2592-15.7985-33.1730

#219ccb color RGB value is (33,156,203).

#219ccb hex color red value is 33, green value is 156 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #219ccb hue: 0.55 , saturation: 0.72 and the lightness value of 219ccb is 0.46.

The process color (four color CMYK) of #219ccb color hex is 0.84, 0.23, 0.00, 0.20. Web safe color of #219ccb is #3399cc. Color #219ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10011100 11001011
Octal 41 234 313
Decimal 33 156 203
Hex 21 9C CB

RGB Percentages of Color #219ccb

%8.42
%39.80
%51.79

CMYK Percentages of Color #219ccb

%84
%23
%0
%20

Triadic Colors of #219ccb

#219ccb #cb219c #9ccb21

Analogous Colors of #219ccb

#219ccb #2147cb #21cba5

Monochromatic Colors of #219ccb

#219ccb

Complementary Color

#219ccb #cb5021

#219ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#219ccb Color CSS Codes

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

#219ccb Text Font Color

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

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


#219ccb Background Color

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

This div background color is #219ccb


#219ccb Border Color

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

This div border color is #219ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219ccb


Comments

No comments written yet.

Please login to write comment.