Color Hex Logo

#00808d Color Hex

#00808D
(0,128,141)
0 Favorites   0 Comments

Color spaces of #00808d

RGB 0128141
HSL0.521.000.28
HSV186°100°55°
CMYK 1.000.090.00   0.45
XYZ12.526917.361427.8902
Yxy17.36140.21680.3005
Hunter Lab41.6670-19.2525-10.5194
CIE-Lab48.7122-24.4804-15.4438

#00808d color RGB value is (0,128,141).

#00808d hex color red value is 0, green value is 128 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #00808d hue: 0.52 , saturation: 1.00 and the lightness value of 00808d is 0.28.

The process color (four color CMYK) of #00808d color hex is 1.00, 0.09, 0.00, 0.45. Web safe color of #00808d is #009999. Color #00808d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000000 10001101
Octal 0 200 215
Decimal 0 128 141
Hex 0 80 8D

RGB Percentages of Color #00808d

%0.00
%47.58
%52.42

CMYK Percentages of Color #00808d

%100
%9
%0
%45

Triadic Colors of #00808d

#00808d #8d0080 #808d00

Analogous Colors of #00808d

#00808d #003a8d #008d54

Monochromatic Colors of #00808d

#00808d

Complementary Color

#00808d #8d0d00

#00808d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00808d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00808d Color CSS Codes

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

#00808d Text Font Color

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

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


#00808d Background Color

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

This div background color is #00808d


#00808d Border Color

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

This div border color is #00808d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,128,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00808d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00808d;
  -webkit-box-shadow: 1px 1px 3px 2px #00808d;
  box-shadow:         1px 1px 3px 2px #00808d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00808d


Comments

No comments written yet.

Please login to write comment.