Color Hex Logo

#218eca Color Hex

#218ECA
(33,142,202)
0 Favorites   0 Comments

Color spaces of #218eca

RGB 33142202
HSL0.560.720.46
HSV201°84°79°
CMYK 0.840.300.00   0.21
XYZ20.960923.933659.3920
Yxy23.93360.20100.2295
Hunter Lab48.9220-9.1341-37.7335
CIE-Lab56.0213-8.3528-39.2382

#218eca color RGB value is (33,142,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001110 11001010
Octal 41 216 312
Decimal 33 142 202
Hex 21 8E CA

RGB Percentages of Color #218eca

%8.75
%37.67
%53.58

CMYK Percentages of Color #218eca

%84
%30
%0
%21

Triadic Colors of #218eca

#218eca #ca218e #8eca21

Analogous Colors of #218eca

#218eca #213aca #21cab2

Monochromatic Colors of #218eca

#218eca

Complementary Color

#218eca #ca5d21

#218eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#218eca Color CSS Codes

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

#218eca Text Font Color

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

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


#218eca Background Color

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

This div background color is #218eca


#218eca Border Color

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

This div border color is #218eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218eca


Comments

No comments written yet.

Please login to write comment.