Color Hex Logo

#029890 Color Hex

#029890
(2,152,144)
0 Favorites   0 Comments

Color spaces of #029890

RGB 2152144
HSL0.490.970.30
HSV177°99°60°
CMYK 0.990.000.05   0.40
XYZ16.287324.483030.2528
Yxy24.48300.22930.3447
Hunter Lab49.4803-27.8341-1.6143
CIE-Lab56.5682-35.0740-5.3889

#029890 color RGB value is (2,152,144).

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

The process color (four color CMYK) of #029890 color hex is 0.99, 0.00, 0.05, 0.40. Web safe color of #029890 is #009999. Color #029890 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011000 10010000
Octal 2 230 220
Decimal 2 152 144
Hex 2 98 90

RGB Percentages of Color #029890

%0.67
%51.01
%48.32

CMYK Percentages of Color #029890

%99
%0
%5
%40

Triadic Colors of #029890

#029890 #900298 #989002

Analogous Colors of #029890

#029890 #025598 #029845

Monochromatic Colors of #029890

#029890

Complementary Color

#029890 #98020a

#029890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#029890 Color CSS Codes

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

#029890 Text Font Color

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

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


#029890 Background Color

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

This div background color is #029890


#029890 Border Color

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

This div border color is #029890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029890


Comments

No comments written yet.

Please login to write comment.