Color Hex Logo

#219fcc Color Hex

#219FCC
(33,159,204)
0 Favorites   0 Comments

Color spaces of #219fcc

RGB 33159204
HSL0.540.720.46
HSV196°84°80°
CMYK 0.840.220.00   0.20
XYZ23.924429.479261.5559
Yxy29.47920.20810.2564
Hunter Lab54.2948-16.3617-29.2129
CIE-Lab61.2022-17.0710-32.2664

#219fcc color RGB value is (33,159,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10011111 11001100
Octal 41 237 314
Decimal 33 159 204
Hex 21 9F CC

RGB Percentages of Color #219fcc

%8.33
%40.15
%51.52

CMYK Percentages of Color #219fcc

%84
%22
%0
%20

Triadic Colors of #219fcc

#219fcc #cc219f #9fcc21

Analogous Colors of #219fcc

#219fcc #2149cc #21cca4

Monochromatic Colors of #219fcc

#219fcc

Complementary Color

#219fcc #cc4e21

#219fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#219fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#219fcc Color CSS Codes

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

#219fcc Text Font Color

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

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


#219fcc Background Color

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

This div background color is #219fcc


#219fcc Border Color

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

This div border color is #219fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #219fcc


Comments

No comments written yet.

Please login to write comment.