Color Hex Logo

#028d9f Color Hex

#028D9F
(2,141,159)
0 Favorites   0 Comments

Color spaces of #028d9f

RGB 2141159
HSL0.520.980.32
HSV187°99°62°
CMYK 0.990.110.00   0.38
XYZ15.807921.565936.1304
Yxy21.56590.21510.2934
Hunter Lab46.4391-20.5069-13.6212
CIE-Lab53.5634-24.8742-18.5263

#028d9f color RGB value is (2,141,159).

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

The process color (four color CMYK) of #028d9f color hex is 0.99, 0.11, 0.00, 0.38. Web safe color of #028d9f is #009999. Color #028d9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001101 10011111
Octal 2 215 237
Decimal 2 141 159
Hex 2 8D 9F

RGB Percentages of Color #028d9f

%0.66
%46.69
%52.65

CMYK Percentages of Color #028d9f

%99
%11
%0
%38

Triadic Colors of #028d9f

#028d9f #9f028d #8d9f02

Analogous Colors of #028d9f

#028d9f #023e9f #029f63

Monochromatic Colors of #028d9f

#028d9f

Complementary Color

#028d9f #9f1402

#028d9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028d9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#028d9f Color CSS Codes

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

#028d9f Text Font Color

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

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


#028d9f Background Color

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

This div background color is #028d9f


#028d9f Border Color

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

This div border color is #028d9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028d9f


Comments

No comments written yet.

Please login to write comment.