Color Hex Logo

#218ccc Color Hex

#218CCC
(33,140,204)
0 Favorites   0 Comments

Color spaces of #218ccc

RGB 33140204
HSL0.560.720.46
HSV202°84°80°
CMYK 0.840.310.00   0.20
XYZ20.904423.439160.5492
Yxy23.43910.19930.2235
Hunter Lab48.4139-7.6508-40.2616
CIE-Lab55.5218-6.4716-41.1538

#218ccc color RGB value is (33,140,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001100 11001100
Octal 41 214 314
Decimal 33 140 204
Hex 21 8C CC

RGB Percentages of Color #218ccc

%8.75
%37.14
%54.11

CMYK Percentages of Color #218ccc

%84
%31
%0
%20

Triadic Colors of #218ccc

#218ccc #cc218c #8ccc21

Analogous Colors of #218ccc

#218ccc #2137cc #21ccb7

Monochromatic Colors of #218ccc

#218ccc

Complementary Color

#218ccc #cc6121

#218ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#218ccc Color CSS Codes

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

#218ccc Text Font Color

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

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


#218ccc Background Color

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

This div background color is #218ccc


#218ccc Border Color

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

This div border color is #218ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218ccc


Comments

No comments written yet.

Please login to write comment.