Color Hex Logo

#088682 Color Hex

#088682
(8,134,130)
0 Favorites   0 Comments

Color spaces of #088682

RGB 8134130
HSL0.490.890.28
HSV178°94°53°
CMYK 0.940.000.03   0.47
XYZ12.654518.713524.0642
Yxy18.71350.22830.3376
Hunter Lab43.2591-23.4872-2.7005
CIE-Lab50.3503-30.6802-6.5235

#088682 color RGB value is (8,134,130).

#088682 hex color red value is 8, green value is 134 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #088682 hue: 0.49 , saturation: 0.89 and the lightness value of 088682 is 0.28.

The process color (four color CMYK) of #088682 color hex is 0.94, 0.00, 0.03, 0.47. Web safe color of #088682 is #009999. Color #088682 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10000110 10000010
Octal 10 206 202
Decimal 8 134 130
Hex 8 86 82

RGB Percentages of Color #088682

%2.94
%49.26
%47.79

CMYK Percentages of Color #088682

%94
%0
%3
%47

Triadic Colors of #088682

#088682 #820886 #868208

Analogous Colors of #088682

#088682 #084b86 #088643

Monochromatic Colors of #088682

#088682

Complementary Color

#088682 #86080c

#088682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#088682 Color CSS Codes

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

#088682 Text Font Color

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

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


#088682 Background Color

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

This div background color is #088682


#088682 Border Color

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

This div border color is #088682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088682


Comments

No comments written yet.

Please login to write comment.