Color Hex Logo

#0ffaba Color Hex

#0FFABA
(15,250,186)
0 Favorites   0 Comments

Color spaces of #0ffaba

RGB 15250186
HSL0.450.960.52
HSV164°94°98°
CMYK 0.940.000.26   0.02
XYZ43.245572.017958.0760
Yxy72.01790.24950.4155
Hunter Lab84.8634-57.549118.8294
CIE-Lab87.9772-63.611617.0743

#0ffaba color RGB value is (15,250,186).

#0ffaba hex color red value is 15, green value is 250 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #0ffaba hue: 0.45 , saturation: 0.96 and the lightness value of 0ffaba is 0.52.

The process color (four color CMYK) of #0ffaba color hex is 0.94, 0.00, 0.26, 0.02. Web safe color of #0ffaba is #00ffcc. Color #0ffaba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11111010 10111010
Octal 17 372 272
Decimal 15 250 186
Hex F FA BA

RGB Percentages of Color #0ffaba

%3.33
%55.43
%41.24

CMYK Percentages of Color #0ffaba

%94
%0
%26
%2

Triadic Colors of #0ffaba

#0ffaba #ba0ffa #faba0f

Analogous Colors of #0ffaba

#0ffaba #0fc5fa #0ffa45

Monochromatic Colors of #0ffaba

#0ffaba

Complementary Color

#0ffaba #fa0f4f

#0ffaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ffaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ffaba Color CSS Codes

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

#0ffaba Text Font Color

<p style="color:#0ffaba">Text here</p>

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


#0ffaba Background Color

<div style="background-color:#0ffaba">
Div content here</div>

This div background color is #0ffaba


#0ffaba Border Color

<div style="border:3px solid #0ffaba">
Div here</div>

This div border color is #0ffaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ffaba


Comments

No comments written yet.

Please login to write comment.