Color Hex Logo

#218edf Color Hex

#218EDF
(33,142,223)
0 Favorites   0 Comments

Color spaces of #218edf

RGB 33142223
HSL0.570.750.50
HSV206°85°87°
CMYK 0.850.360.00   0.13
XYZ23.619524.997073.3921
Yxy24.99700.19360.2049
Hunter Lab49.9970-3.1681-52.0357
CIE-Lab57.0725-0.6172-49.3713

#218edf color RGB value is (33,142,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001110 11011111
Octal 41 216 337
Decimal 33 142 223
Hex 21 8E DF

RGB Percentages of Color #218edf

%8.29
%35.68
%56.03

CMYK Percentages of Color #218edf

%85
%36
%0
%13

Triadic Colors of #218edf

#218edf #df218e #8edf21

Analogous Colors of #218edf

#218edf #212fdf #21dfd1

Monochromatic Colors of #218edf

#218edf

Complementary Color

#218edf #df7221

#218edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#218edf Color CSS Codes

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

#218edf Text Font Color

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

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


#218edf Background Color

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

This div background color is #218edf


#218edf Border Color

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

This div border color is #218edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218edf


Comments

No comments written yet.

Please login to write comment.