Color Hex Logo

#028aac Color Hex

#028AAC
(2,138,172)
0 Favorites   0 Comments

Color spaces of #028aac

RGB 2138172
HSL0.530.980.34
HSV192°99°67°
CMYK 0.990.200.00   0.33
XYZ16.559921.168442.2428
Yxy21.16840.20710.2647
Hunter Lab46.0091-16.2691-22.2301
CIE-Lab53.1333-18.7277-26.6729

#028aac color RGB value is (2,138,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001010 10101100
Octal 2 212 254
Decimal 2 138 172
Hex 2 8A AC

RGB Percentages of Color #028aac

%0.64
%44.23
%55.13

CMYK Percentages of Color #028aac

%99
%20
%0
%33

Triadic Colors of #028aac

#028aac #ac028a #8aac02

Analogous Colors of #028aac

#028aac #0235ac #02ac79

Monochromatic Colors of #028aac

#028aac

Complementary Color

#028aac #ac2402

#028aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#028aac Color CSS Codes

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

#028aac Text Font Color

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

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


#028aac Background Color

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

This div background color is #028aac


#028aac Border Color

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

This div border color is #028aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028aac


Comments

No comments written yet.

Please login to write comment.