Color Hex Logo

#218fce Color Hex

#218FCE
(33,143,206)
0 Favorites   0 Comments

Color spaces of #218fce

RGB 33143206
HSL0.560.720.47
HSV202°84°81°
CMYK 0.840.310.00   0.19
XYZ21.590224.424561.9690
Yxy24.42450.19990.2262
Hunter Lab49.4211-8.5072-39.7487
CIE-Lab56.5103-7.4676-40.7250

#218fce color RGB value is (33,143,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001111 11001110
Octal 41 217 316
Decimal 33 143 206
Hex 21 8F CE

RGB Percentages of Color #218fce

%8.64
%37.43
%53.93

CMYK Percentages of Color #218fce

%84
%31
%0
%19

Triadic Colors of #218fce

#218fce #ce218f #8fce21

Analogous Colors of #218fce

#218fce #2139ce #21ceb7

Monochromatic Colors of #218fce

#218fce

Complementary Color

#218fce #ce6021

#218fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#218fce Color CSS Codes

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

#218fce Text Font Color

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

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


#218fce Background Color

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

This div background color is #218fce


#218fce Border Color

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

This div border color is #218fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218fce


Comments

No comments written yet.

Please login to write comment.