Color Hex Logo

#028996 Color Hex

#028996
(2,137,150)
0 Favorites   0 Comments

Color spaces of #028996

RGB 2137150
HSL0.510.970.30
HSV185°99°59°
CMYK 0.990.090.00   0.41
XYZ14.475720.106231.9721
Yxy20.10620.21750.3021
Hunter Lab44.8399-20.8446-10.8874
CIE-Lab51.9571-25.9026-15.7659

#028996 color RGB value is (2,137,150).

#028996 hex color red value is 2, green value is 137 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #028996 hue: 0.51 , saturation: 0.97 and the lightness value of 028996 is 0.30.

The process color (four color CMYK) of #028996 color hex is 0.99, 0.09, 0.00, 0.41. Web safe color of #028996 is #009999. Color #028996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001001 10010110
Octal 2 211 226
Decimal 2 137 150
Hex 2 89 96

RGB Percentages of Color #028996

%0.69
%47.40
%51.90

CMYK Percentages of Color #028996

%99
%9
%0
%41

Triadic Colors of #028996

#028996 #960289 #899602

Analogous Colors of #028996

#028996 #023f96 #029659

Monochromatic Colors of #028996

#028996

Complementary Color

#028996 #960f02

#028996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#028996 Color CSS Codes

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

#028996 Text Font Color

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

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


#028996 Background Color

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

This div background color is #028996


#028996 Border Color

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

This div border color is #028996


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,137,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #028996; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #028996;
  -webkit-box-shadow: 1px 1px 3px 2px #028996;
  box-shadow:         1px 1px 3px 2px #028996; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028996


Comments

No comments written yet.

Please login to write comment.