Color Hex Logo

#00bc8a Color Hex

#00BC8A
(0,188,138)
0 Favorites   0 Comments

Color spaces of #00bc8a

RGB 0188138
HSL0.461.000.37
HSV164°100°74°
CMYK 1.000.000.27   0.26
XYZ22.570737.801430.1516
Yxy37.80140.24930.4176
Hunter Lab61.4828-42.066613.9618
CIE-Lab67.8740-51.898814.2496

#00bc8a color RGB value is (0,188,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111100 10001010
Octal 0 274 212
Decimal 0 188 138
Hex 0 BC 8A

RGB Percentages of Color #00bc8a

%0.00
%57.67
%42.33

CMYK Percentages of Color #00bc8a

%100
%0
%27
%26

Triadic Colors of #00bc8a

#00bc8a #8a00bc #bc8a00

Analogous Colors of #00bc8a

#00bc8a #0090bc #00bc2c

Monochromatic Colors of #00bc8a

#00bc8a

Complementary Color

#00bc8a #bc0032

#00bc8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bc8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bc8a Color CSS Codes

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

#00bc8a Text Font Color

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

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


#00bc8a Background Color

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

This div background color is #00bc8a


#00bc8a Border Color

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

This div border color is #00bc8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00bc8a


Comments

No comments written yet.

Please login to write comment.