Color Hex Logo

#00b58e Color Hex

#00B58E
(0,181,142)
0 Favorites   0 Comments

Color spaces of #00b58e

RGB 0181142
HSL0.461.000.35
HSV167°100°71°
CMYK 1.000.000.22   0.29
XYZ21.406435.000731.2188
Yxy35.00070.24430.3994
Hunter Lab59.1614-38.945710.1263
CIE-Lab65.7492-48.15859.0660

#00b58e color RGB value is (0,181,142).

#00b58e hex color red value is 0, green value is 181 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #00b58e hue: 0.46 , saturation: 1.00 and the lightness value of 00b58e is 0.35.

The process color (four color CMYK) of #00b58e color hex is 1.00, 0.00, 0.22, 0.29. Web safe color of #00b58e is #00cc99. Color #00b58e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10110101 10001110
Octal 0 265 216
Decimal 0 181 142
Hex 0 B5 8E

RGB Percentages of Color #00b58e

%0.00
%56.04
%43.96

CMYK Percentages of Color #00b58e

%100
%0
%22
%29

Triadic Colors of #00b58e

#00b58e #8e00b5 #b58e00

Analogous Colors of #00b58e

#00b58e #0082b5 #00b534

Monochromatic Colors of #00b58e

#00b58e

Complementary Color

#00b58e #b50027

#00b58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00b58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00b58e Color CSS Codes

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

#00b58e Text Font Color

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

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


#00b58e Background Color

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

This div background color is #00b58e


#00b58e Border Color

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

This div border color is #00b58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00b58e


Comments

No comments written yet.

Please login to write comment.