Color Hex Logo

#218cce Color Hex

#218CCE
(33,140,206)
0 Favorites   0 Comments

Color spaces of #218cce

RGB 33140206
HSL0.560.720.47
HSV203°84°81°
CMYK 0.840.320.00   0.19
XYZ21.145923.535761.8209
Yxy23.53570.19850.2210
Hunter Lab48.5136-7.0950-41.5937
CIE-Lab55.6199-5.7367-42.1281

#218cce color RGB value is (33,140,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001100 11001110
Octal 41 214 316
Decimal 33 140 206
Hex 21 8C CE

RGB Percentages of Color #218cce

%8.71
%36.94
%54.35

CMYK Percentages of Color #218cce

%84
%32
%0
%19

Triadic Colors of #218cce

#218cce #ce218c #8cce21

Analogous Colors of #218cce

#218cce #2135ce #21ceba

Monochromatic Colors of #218cce

#218cce

Complementary Color

#218cce #ce6321

#218cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#218cce Color CSS Codes

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

#218cce Text Font Color

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

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


#218cce Background Color

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

This div background color is #218cce


#218cce Border Color

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

This div border color is #218cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218cce


Comments

No comments written yet.

Please login to write comment.