Color Hex Logo

#08828a Color Hex

#08828A
(8,130,138)
0 Favorites   0 Comments

Color spaces of #08828a

RGB 8130138
HSL0.510.890.29
HSV184°94°54°
CMYK 0.940.060.00   0.46
XYZ12.670217.851926.8227
Yxy17.85190.22090.3113
Hunter Lab42.2515-20.4123-8.0633
CIE-Lab49.3160-26.1163-12.7612

#08828a color RGB value is (8,130,138).

#08828a hex color red value is 8, green value is 130 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #08828a hue: 0.51 , saturation: 0.89 and the lightness value of 08828a is 0.29.

The process color (four color CMYK) of #08828a color hex is 0.94, 0.06, 0.00, 0.46. Web safe color of #08828a is #009999. Color #08828a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10000010 10001010
Octal 10 202 212
Decimal 8 130 138
Hex 8 82 8A

RGB Percentages of Color #08828a

%2.90
%47.10
%50.00

CMYK Percentages of Color #08828a

%94
%6
%0
%46

Triadic Colors of #08828a

#08828a #8a0882 #828a08

Analogous Colors of #08828a

#08828a #08418a #088a51

Monochromatic Colors of #08828a

#08828a

Complementary Color

#08828a #8a1008

#08828a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08828a Color Preview on White Background

Lorem ipsum dolor sit amet.

#08828a Color CSS Codes

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

#08828a Text Font Color

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

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


#08828a Background Color

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

This div background color is #08828a


#08828a Border Color

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

This div border color is #08828a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08828a


Comments

No comments written yet.

Please login to write comment.