Color Hex Logo

#00b99e Color Hex

#00B99E
(0,185,158)
0 Favorites   0 Comments

Color spaces of #00b99e

RGB 0185158
HSL0.481.000.36
HSV171°100°73°
CMYK 1.000.000.15   0.27
XYZ23.520537.166538.2820
Yxy37.16650.23770.3755
Hunter Lab60.9643-37.82095.4444
CIE-Lab67.4018-45.57972.6373

#00b99e color RGB value is (0,185,158).

#00b99e hex color red value is 0, green value is 185 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #00b99e hue: 0.48 , saturation: 1.00 and the lightness value of 00b99e is 0.36.

The process color (four color CMYK) of #00b99e color hex is 1.00, 0.00, 0.15, 0.27. Web safe color of #00b99e is #00cc99. Color #00b99e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111001 10011110
Octal 0 271 236
Decimal 0 185 158
Hex 0 B9 9E

RGB Percentages of Color #00b99e

%0.00
%53.94
%46.06

CMYK Percentages of Color #00b99e

%100
%0
%15
%27

Triadic Colors of #00b99e

#00b99e #9e00b9 #b99e00

Analogous Colors of #00b99e

#00b99e #0078b9 #00b942

Monochromatic Colors of #00b99e

#00b99e

Complementary Color

#00b99e #b9001b

#00b99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00b99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00b99e Color CSS Codes

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

#00b99e Text Font Color

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

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


#00b99e Background Color

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

This div background color is #00b99e


#00b99e Border Color

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

This div border color is #00b99e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,185,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00b99e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00b99e;
  -webkit-box-shadow: 1px 1px 3px 2px #00b99e;
  box-shadow:         1px 1px 3px 2px #00b99e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00b99e

#00b99e Color Palettes


Comments

No comments written yet.

Please login to write comment.