Color Hex Logo

#218bce Color Hex

#218BCE
(33,139,206)
0 Favorites   0 Comments

Color spaces of #218bce

RGB 33139206
HSL0.560.720.47
HSV203°84°81°
CMYK 0.840.330.00   0.19
XYZ21.000423.244861.7724
Yxy23.24480.19810.2193
Hunter Lab48.2129-6.6221-42.2159
CIE-Lab55.3236-5.1561-42.5957

#218bce color RGB value is (33,139,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001011 11001110
Octal 41 213 316
Decimal 33 139 206
Hex 21 8B CE

RGB Percentages of Color #218bce

%8.73
%36.77
%54.50

CMYK Percentages of Color #218bce

%84
%33
%0
%19

Triadic Colors of #218bce

#218bce #ce218b #8bce21

Analogous Colors of #218bce

#218bce #2135ce #21cebb

Monochromatic Colors of #218bce

#218bce

Complementary Color

#218bce #ce6421

#218bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#218bce Color CSS Codes

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

#218bce Text Font Color

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

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


#218bce Background Color

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

This div background color is #218bce


#218bce Border Color

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

This div border color is #218bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218bce


Comments

No comments written yet.

Please login to write comment.