Color Hex Logo

#0ffabb Color Hex

#0FFABB
(15,250,187)
0 Favorites   0 Comments

Color spaces of #0ffabb

RGB 15250187
HSL0.460.960.52
HSV164°94°98°
CMYK 0.940.000.25   0.02
XYZ43.352272.060658.6379
Yxy72.06060.24910.4140
Hunter Lab84.8885-57.395718.4666
CIE-Lab87.9978-63.384216.5883

#0ffabb color RGB value is (15,250,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11111010 10111011
Octal 17 372 273
Decimal 15 250 187
Hex F FA BB

RGB Percentages of Color #0ffabb

%3.32
%55.31
%41.37

CMYK Percentages of Color #0ffabb

%94
%0
%25
%2

Triadic Colors of #0ffabb

#0ffabb #bb0ffa #fabb0f

Analogous Colors of #0ffabb

#0ffabb #0fc4fa #0ffa46

Monochromatic Colors of #0ffabb

#0ffabb

Complementary Color

#0ffabb #fa0f4e

#0ffabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ffabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ffabb Color CSS Codes

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

#0ffabb Text Font Color

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

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


#0ffabb Background Color

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

This div background color is #0ffabb


#0ffabb Border Color

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

This div border color is #0ffabb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,250,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ffabb


Comments

No comments written yet.

Please login to write comment.