Color Hex Logo

#00818a Color Hex

#00818A
(0,129,138)
0 Favorites   0 Comments

Color spaces of #00818a

RGB 0129138
HSL0.511.000.27
HSV184°100°54°
CMYK 1.000.070.00   0.46
XYZ12.437717.535526.7739
Yxy17.53550.21920.3090
Hunter Lab41.8754-20.2645-8.5955
CIE-Lab48.9278-26.0151-13.3544

#00818a color RGB value is (0,129,138).

#00818a hex color red value is 0, green value is 129 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #00818a hue: 0.51 , saturation: 1.00 and the lightness value of 00818a is 0.27.

The process color (four color CMYK) of #00818a color hex is 1.00, 0.07, 0.00, 0.46. Web safe color of #00818a is #009999. Color #00818a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000001 10001010
Octal 0 201 212
Decimal 0 129 138
Hex 0 81 8A

RGB Percentages of Color #00818a

%0.00
%48.31
%51.69

CMYK Percentages of Color #00818a

%100
%7
%0
%46

Triadic Colors of #00818a

#00818a #8a0081 #818a00

Analogous Colors of #00818a

#00818a #003c8a #008a4e

Monochromatic Colors of #00818a

#00818a

Complementary Color

#00818a #8a0900

#00818a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00818a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00818a Color CSS Codes

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

#00818a Text Font Color

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

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


#00818a Background Color

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

This div background color is #00818a


#00818a Border Color

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

This div border color is #00818a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,129,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 #00818a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00818a

#00818a Color Palettes


Comments

No comments written yet.

Please login to write comment.