Color Hex Logo

#218abf Color Hex

#218ABF
(33,138,191)
0 Favorites   0 Comments

Color spaces of #218abf

RGB 33138191
HSL0.560.710.44
HSV200°83°75°
CMYK 0.830.280.00   0.25
XYZ19.119622.261952.5795
Yxy22.26190.20350.2369
Hunter Lab47.1825-10.2365-33.0441
CIE-Lab54.3038-10.0679-35.6959

#218abf color RGB value is (33,138,191).

#218abf hex color red value is 33, green value is 138 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #218abf hue: 0.56 , saturation: 0.71 and the lightness value of 218abf is 0.44.

The process color (four color CMYK) of #218abf color hex is 0.83, 0.28, 0.00, 0.25. Web safe color of #218abf is #3399cc. Color #218abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001010 10111111
Octal 41 212 277
Decimal 33 138 191
Hex 21 8A BF

RGB Percentages of Color #218abf

%9.12
%38.12
%52.76

CMYK Percentages of Color #218abf

%83
%28
%0
%25

Triadic Colors of #218abf

#218abf #bf218a #8abf21

Analogous Colors of #218abf

#218abf #213bbf #21bfa5

Monochromatic Colors of #218abf

#218abf

Complementary Color

#218abf #bf5621

#218abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#218abf Color CSS Codes

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

#218abf Text Font Color

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

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


#218abf Background Color

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

This div background color is #218abf


#218abf Border Color

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

This div border color is #218abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218abf


Comments

No comments written yet.

Please login to write comment.