Color Hex Logo

#218cc1 Color Hex

#218CC1
(33,140,193)
0 Favorites   0 Comments

Color spaces of #218cc1

RGB 33140193
HSL0.560.710.44
HSV200°83°76°
CMYK 0.830.270.00   0.24
XYZ19.630922.929853.8433
Yxy22.92980.20360.2379
Hunter Lab47.8851-10.6213-33.1478
CIE-Lab55.0000-10.4800-35.7428

#218cc1 color RGB value is (33,140,193).

#218cc1 hex color red value is 33, green value is 140 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #218cc1 hue: 0.56 , saturation: 0.71 and the lightness value of 218cc1 is 0.44.

The process color (four color CMYK) of #218cc1 color hex is 0.83, 0.27, 0.00, 0.24. Web safe color of #218cc1 is #3399cc. Color #218cc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001100 11000001
Octal 41 214 301
Decimal 33 140 193
Hex 21 8C C1

RGB Percentages of Color #218cc1

%9.02
%38.25
%52.73

CMYK Percentages of Color #218cc1

%83
%27
%0
%24

Triadic Colors of #218cc1

#218cc1 #c1218c #8cc121

Analogous Colors of #218cc1

#218cc1 #213cc1 #21c1a6

Monochromatic Colors of #218cc1

#218cc1

Complementary Color

#218cc1 #c15621

#218cc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218cc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#218cc1 Color CSS Codes

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

#218cc1 Text Font Color

<p style="color:#218cc1">Text here</p>

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


#218cc1 Background Color

<div style="background-color:#218cc1">
Div content here</div>

This div background color is #218cc1


#218cc1 Border Color

<div style="border:3px solid #218cc1">
Div here</div>

This div border color is #218cc1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,140,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #218cc1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #218cc1;
  -webkit-box-shadow: 1px 1px 3px 2px #218cc1;
  box-shadow:         1px 1px 3px 2px #218cc1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218cc1


Comments

No comments written yet.

Please login to write comment.