Color Hex Logo

#028daa Color Hex

#028DAA
(2,141,170)
0 Favorites   0 Comments

Color spaces of #028daa

RGB 2141170
HSL0.530.980.34
HSV190°99°67°
CMYK 0.990.170.00   0.33
XYZ16.805621.964941.3841
Yxy21.96490.20970.2740
Hunter Lab46.8667-18.0097-19.5473
CIE-Lab53.9897-21.0449-24.2011

#028daa color RGB value is (2,141,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001101 10101010
Octal 2 215 252
Decimal 2 141 170
Hex 2 8D AA

RGB Percentages of Color #028daa

%0.64
%45.05
%54.31

CMYK Percentages of Color #028daa

%99
%17
%0
%33

Triadic Colors of #028daa

#028daa #aa028d #8daa02

Analogous Colors of #028daa

#028daa #0239aa #02aa73

Monochromatic Colors of #028daa

#028daa

Complementary Color

#028daa #aa1f02

#028daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#028daa Color CSS Codes

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

#028daa Text Font Color

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

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


#028daa Background Color

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

This div background color is #028daa


#028daa Border Color

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

This div border color is #028daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028daa


Comments

No comments written yet.

Please login to write comment.