Color Hex Logo

#218abb Color Hex

#218ABB
(33,138,187)
0 Favorites   0 Comments

Color spaces of #218abb

RGB 33138187
HSL0.550.700.43
HSV199°82°73°
CMYK 0.820.260.00   0.27
XYZ18.685322.088150.2923
Yxy22.08810.20520.2426
Hunter Lab46.9980-11.2790-30.5473
CIE-Lab54.1204-11.5124-33.7032

#218abb color RGB value is (33,138,187).

#218abb hex color red value is 33, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #218abb hue: 0.55 , saturation: 0.70 and the lightness value of 218abb is 0.43.

The process color (four color CMYK) of #218abb color hex is 0.82, 0.26, 0.00, 0.27. Web safe color of #218abb is #3399cc. Color #218abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 10001010 10111011
Octal 41 212 273
Decimal 33 138 187
Hex 21 8A BB

RGB Percentages of Color #218abb

%9.22
%38.55
%52.23

CMYK Percentages of Color #218abb

%82
%26
%0
%27

Triadic Colors of #218abb

#218abb #bb218a #8abb21

Analogous Colors of #218abb

#218abb #213dbb #21bb9f

Monochromatic Colors of #218abb

#218abb

Complementary Color

#218abb #bb5221

#218abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#218abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#218abb Color CSS Codes

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

#218abb Text Font Color

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

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


#218abb Background Color

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

This div background color is #218abb


#218abb Border Color

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

This div border color is #218abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #218abb


Comments

No comments written yet.

Please login to write comment.