Color Hex Logo

#028cbb Color Hex

#028CBB
(2,140,187)
0 Favorites   0 Comments

Color spaces of #028cbb

RGB 2140187
HSL0.540.980.37
HSV195°99°73°
CMYK 0.990.250.00   0.27
XYZ18.372822.356950.3607
Yxy22.35690.20170.2454
Hunter Lab47.2831-13.3856-30.0510
CIE-Lab54.4037-14.3634-33.2848

#028cbb color RGB value is (2,140,187).

#028cbb hex color red value is 2, green value is 140 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #028cbb hue: 0.54 , saturation: 0.98 and the lightness value of 028cbb is 0.37.

The process color (four color CMYK) of #028cbb color hex is 0.99, 0.25, 0.00, 0.27. Web safe color of #028cbb is #0099cc. Color #028cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001100 10111011
Octal 2 214 273
Decimal 2 140 187
Hex 2 8C BB

RGB Percentages of Color #028cbb

%0.61
%42.55
%56.84

CMYK Percentages of Color #028cbb

%99
%25
%0
%27

Triadic Colors of #028cbb

#028cbb #bb028c #8cbb02

Analogous Colors of #028cbb

#028cbb #022fbb #02bb8e

Monochromatic Colors of #028cbb

#028cbb

Complementary Color

#028cbb #bb3102

#028cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#028cbb Color CSS Codes

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

#028cbb Text Font Color

<p style="color:#028cbb">Text here</p>

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


#028cbb Background Color

<div style="background-color:#028cbb">
Div content here</div>

This div background color is #028cbb


#028cbb Border Color

<div style="border:3px solid #028cbb">
Div here</div>

This div border color is #028cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,140,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #028cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #028cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #028cbb;
  box-shadow:         1px 1px 3px 2px #028cbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,140,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 #028cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028cbb


Comments

No comments written yet.

Please login to write comment.