Color Hex Logo

#088061 Color Hex

#088061
(8,128,97)
0 Favorites   0 Comments

Color spaces of #088061

RGB 812897
HSL0.460.880.27
HSV165°94°50°
CMYK 0.940.000.24   0.50
XYZ9.977016.353013.9399
Yxy16.35300.24780.4061
Hunter Lab40.4388-26.72887.8690
CIE-Lab47.4342-37.56198.5688

#088061 color RGB value is (8,128,97).

#088061 hex color red value is 8, green value is 128 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #088061 hue: 0.46 , saturation: 0.88 and the lightness value of 088061 is 0.27.

The process color (four color CMYK) of #088061 color hex is 0.94, 0.00, 0.24, 0.50. Web safe color of #088061 is #009966. Color #088061 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10000000 01100001
Octal 10 200 141
Decimal 8 128 97
Hex 8 80 61

RGB Percentages of Color #088061

%3.43
%54.94
%41.63

CMYK Percentages of Color #088061

%94
%0
%24
%50

Triadic Colors of #088061

#088061 #610880 #806108

Analogous Colors of #088061

#088061 #086380 #088025

Monochromatic Colors of #088061

#088061

Complementary Color

#088061 #800827

#088061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#088061 Color CSS Codes

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

#088061 Text Font Color

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

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


#088061 Background Color

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

This div background color is #088061


#088061 Border Color

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

This div border color is #088061


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,128,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #088061; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #088061;
  -webkit-box-shadow: 1px 1px 3px 2px #088061;
  box-shadow:         1px 1px 3px 2px #088061; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088061


Comments

No comments written yet.

Please login to write comment.