Color Hex Logo

#218bdc Color Hex

#218BDC
(33,139,220)
0 Favorites   0 Comments

Color spaces of #218bdc

RGB 33139220
HSL0.570.740.50
HSV206°85°86°
CMYK 0.850.370.00   0.14
XYZ22.778123.955971.1336
Yxy23.95590.19330.2032
Hunter Lab48.9448-2.5823-51.9075
CIE-Lab56.04360.0397-49.3277

#218bdc color RGB value is (33,139,220).

#218bdc hex color red value is 33, green value is 139 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #218bdc hue: 0.57 , saturation: 0.74 and the lightness value of 218bdc is 0.50.

The process color (four color CMYK) of #218bdc color hex is 0.85, 0.37, 0.00, 0.14. Web safe color of #218bdc is #3399cc. Color #218bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001011 11011100
Octal 41 213 334
Decimal 33 139 220
Hex 21 8B DC

RGB Percentages of Color #218bdc

%8.42
%35.46
%56.12

CMYK Percentages of Color #218bdc

%85
%37
%0
%14

Triadic Colors of #218bdc

#218bdc #dc218b #8bdc21

Analogous Colors of #218bdc

#218bdc #212ddc #21dcd0

Monochromatic Colors of #218bdc

#218bdc

Complementary Color

#218bdc #dc7221

#218bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#218bdc Color CSS Codes

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

#218bdc Text Font Color

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

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


#218bdc Background Color

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

This div background color is #218bdc


#218bdc Border Color

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

This div border color is #218bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218bdc


Comments

No comments written yet.

Please login to write comment.