Color Hex Logo

#00998b Color Hex

#00998B
(0,153,139)
0 Favorites   0 Comments

Color spaces of #00998b

RGB 0153139
HSL0.481.000.30
HSV175°100°60°
CMYK 1.000.000.09   0.40
XYZ16.051424.646528.3374
Yxy24.64650.23250.3570
Hunter Lab49.6452-29.16620.9091
CIE-Lab56.7294-37.1161-2.2964

#00998b color RGB value is (0,153,139).

#00998b hex color red value is 0, green value is 153 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #00998b hue: 0.48 , saturation: 1.00 and the lightness value of 00998b is 0.30.

The process color (four color CMYK) of #00998b color hex is 1.00, 0.00, 0.09, 0.40. Web safe color of #00998b is #009999. Color #00998b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011001 10001011
Octal 0 231 213
Decimal 0 153 139
Hex 0 99 8B

RGB Percentages of Color #00998b

%0.00
%52.40
%47.60

CMYK Percentages of Color #00998b

%100
%0
%9
%40

Triadic Colors of #00998b

#00998b #8b0099 #998b00

Analogous Colors of #00998b

#00998b #005b99 #00993e

Monochromatic Colors of #00998b

#00998b

Complementary Color

#00998b #99000e

#00998b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00998b Color Preview on White Background

Lorem ipsum dolor sit amet.

#00998b Color CSS Codes

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

#00998b Text Font Color

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

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


#00998b Background Color

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

This div background color is #00998b


#00998b Border Color

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

This div border color is #00998b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,153,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00998b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00998b;
  -webkit-box-shadow: 1px 1px 3px 2px #00998b;
  box-shadow:         1px 1px 3px 2px #00998b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00998b


Comments

No comments written yet.

Please login to write comment.