Color Hex Logo

#028bac Color Hex

#028BAC
(2,139,172)
0 Favorites   0 Comments

Color spaces of #028bac

RGB 2139172
HSL0.530.980.34
HSV192°99°67°
CMYK 0.990.190.00   0.33
XYZ16.704021.456742.2909
Yxy21.45670.20760.2667
Hunter Lab46.3214-16.6933-21.7061
CIE-Lab53.4457-19.2668-26.1896

#028bac color RGB value is (2,139,172).

#028bac hex color red value is 2, green value is 139 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #028bac hue: 0.53 , saturation: 0.98 and the lightness value of 028bac is 0.34.

The process color (four color CMYK) of #028bac color hex is 0.99, 0.19, 0.00, 0.33. Web safe color of #028bac is #009999. Color #028bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001011 10101100
Octal 2 213 254
Decimal 2 139 172
Hex 2 8B AC

RGB Percentages of Color #028bac

%0.64
%44.41
%54.95

CMYK Percentages of Color #028bac

%99
%19
%0
%33

Triadic Colors of #028bac

#028bac #ac028b #8bac02

Analogous Colors of #028bac

#028bac #0236ac #02ac78

Monochromatic Colors of #028bac

#028bac

Complementary Color

#028bac #ac2302

#028bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#028bac Color CSS Codes

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

#028bac Text Font Color

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

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


#028bac Background Color

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

This div background color is #028bac


#028bac Border Color

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

This div border color is #028bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028bac


Comments

No comments written yet.

Please login to write comment.