Color Hex Logo

#218ecd Color Hex

#218ECD
(33,142,205)
0 Favorites   0 Comments

Color spaces of #218ecd

RGB 33142205
HSL0.560.720.47
HSV202°84°80°
CMYK 0.840.310.00   0.20
XYZ21.319624.077161.2813
Yxy24.07710.19990.2257
Hunter Lab49.0684-8.3138-39.6991
CIE-Lab56.1649-7.2586-40.7052

#218ecd color RGB value is (33,142,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001110 11001101
Octal 41 216 315
Decimal 33 142 205
Hex 21 8E CD

RGB Percentages of Color #218ecd

%8.68
%37.37
%53.95

CMYK Percentages of Color #218ecd

%84
%31
%0
%20

Triadic Colors of #218ecd

#218ecd #cd218e #8ecd21

Analogous Colors of #218ecd

#218ecd #2138cd #21cdb6

Monochromatic Colors of #218ecd

#218ecd

Complementary Color

#218ecd #cd6021

#218ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#218ecd Color CSS Codes

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

#218ecd Text Font Color

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

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


#218ecd Background Color

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

This div background color is #218ecd


#218ecd Border Color

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

This div border color is #218ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218ecd


Comments

No comments written yet.

Please login to write comment.