Color Hex Logo

#218edc Color Hex

#218EDC
(33,142,220)
0 Favorites   0 Comments

Color spaces of #218edc

RGB 33142220
HSL0.570.740.50
HSV205°85°86°
CMYK 0.850.350.00   0.14
XYZ23.218524.836671.2804
Yxy24.83660.19460.2081
Hunter Lab49.8363-4.0513-49.9165
CIE-Lab56.9159-1.7312-47.9431

#218edc color RGB value is (33,142,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001110 11011100
Octal 41 216 334
Decimal 33 142 220
Hex 21 8E DC

RGB Percentages of Color #218edc

%8.35
%35.95
%55.70

CMYK Percentages of Color #218edc

%85
%35
%0
%14

Triadic Colors of #218edc

#218edc #dc218e #8edc21

Analogous Colors of #218edc

#218edc #2131dc #21dccd

Monochromatic Colors of #218edc

#218edc

Complementary Color

#218edc #dc6f21

#218edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#218edc Color CSS Codes

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

#218edc Text Font Color

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

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


#218edc Background Color

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

This div background color is #218edc


#218edc Border Color

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

This div border color is #218edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218edc


Comments

No comments written yet.

Please login to write comment.