Color Hex Logo

#088d78 Color Hex

#088D78
(8,141,120)
0 Favorites   0 Comments

Color spaces of #088d78

RGB 8141120
HSL0.470.890.29
HSV171°94°55°
CMYK 0.940.000.15   0.45
XYZ13.015220.457421.0320
Yxy20.45740.23880.3753
Hunter Lab45.2299-27.78774.0909
CIE-Lab52.3505-36.89842.2335

#088d78 color RGB value is (8,141,120).

#088d78 hex color red value is 8, green value is 141 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #088d78 hue: 0.47 , saturation: 0.89 and the lightness value of 088d78 is 0.29.

The process color (four color CMYK) of #088d78 color hex is 0.94, 0.00, 0.15, 0.45. Web safe color of #088d78 is #009966. Color #088d78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001101 01111000
Octal 10 215 170
Decimal 8 141 120
Hex 8 8D 78

RGB Percentages of Color #088d78

%2.97
%52.42
%44.61

CMYK Percentages of Color #088d78

%94
%0
%15
%45

Triadic Colors of #088d78

#088d78 #78088d #8d7808

Analogous Colors of #088d78

#088d78 #085f8d #088d36

Monochromatic Colors of #088d78

#088d78

Complementary Color

#088d78 #8d081d

#088d78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088d78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#088d78 Color CSS Codes

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

#088d78 Text Font Color

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

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


#088d78 Background Color

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

This div background color is #088d78


#088d78 Border Color

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

This div border color is #088d78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,141,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #088d78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #088d78;
  -webkit-box-shadow: 1px 1px 3px 2px #088d78;
  box-shadow:         1px 1px 3px 2px #088d78; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088d78


Comments

No comments written yet.

Please login to write comment.