Color Hex Logo

#00ffba Color Hex

#00FFBA
(0,255,186)
0 Favorites   0 Comments

Color spaces of #00ffba

RGB 0255186
HSL0.451.000.50
HSV164°100°100°
CMYK 1.000.000.27   0.00
XYZ44.622975.065258.5915
Yxy75.06520.25030.4211
Hunter Lab86.6402-59.686220.5525
CIE-Lab89.4235-65.805519.0894

#00ffba color RGB value is (0,255,186).

#00ffba hex color red value is 0, green value is 255 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #00ffba hue: 0.45 , saturation: 1.00 and the lightness value of 00ffba is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111111 10111010
Octal 0 377 272
Decimal 0 255 186
Hex 0 FF BA

RGB Percentages of Color #00ffba

%0.00
%57.82
%42.18

CMYK Percentages of Color #00ffba

%100
%0
%27
%0

Triadic Colors of #00ffba

#00ffba #ba00ff #ffba00

Analogous Colors of #00ffba

#00ffba #00c5ff #00ff3b

Monochromatic Colors of #00ffba

#00ffba

Complementary Color

#00ffba #ff0045

#00ffba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ffba Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ffba Color CSS Codes

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

#00ffba Text Font Color

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

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


#00ffba Background Color

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

This div background color is #00ffba


#00ffba Border Color

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

This div border color is #00ffba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ffba

Related Colors


Comments

No comments written yet.

Please login to write comment.