Color Hex Logo

#029588 Color Hex

#029588
(2,149,136)
0 Favorites   0 Comments

Color spaces of #029588

RGB 2149136
HSL0.490.970.30
HSV175°99°58°
CMYK 0.990.000.09   0.42
XYZ15.216423.285426.9851
Yxy23.28540.23240.3556
Hunter Lab48.2549-28.15910.6223
CIE-Lab55.3651-36.1136-2.5842

#029588 color RGB value is (2,149,136).

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

The process color (four color CMYK) of #029588 color hex is 0.99, 0.00, 0.09, 0.42. Web safe color of #029588 is #009999. Color #029588 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10010101 10001000
Octal 2 225 210
Decimal 2 149 136
Hex 2 95 88

RGB Percentages of Color #029588

%0.70
%51.92
%47.39

CMYK Percentages of Color #029588

%99
%0
%9
%42

Triadic Colors of #029588

#029588 #880295 #958802

Analogous Colors of #029588

#029588 #025995 #02953e

Monochromatic Colors of #029588

#029588

Complementary Color

#029588 #95020f

#029588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#029588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#029588 Color CSS Codes

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

#029588 Text Font Color

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

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


#029588 Background Color

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

This div background color is #029588


#029588 Border Color

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

This div border color is #029588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #029588


Comments

No comments written yet.

Please login to write comment.