Color Hex Logo

#0fabae Color Hex

#0FABAE
(15,171,174)
0 Favorites   0 Comments

Color spaces of #0fabae

RGB 15171174
HSL0.500.840.37
HSV181°91°68°
CMYK 0.910.020.00   0.32
XYZ22.399932.283445.0951
Yxy32.28340.22450.3236
Hunter Lab56.8185-29.0612-7.2837
CIE-Lab63.5764-34.1578-11.8794

#0fabae color RGB value is (15,171,174).

#0fabae hex color red value is 15, green value is 171 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0fabae hue: 0.50 , saturation: 0.84 and the lightness value of 0fabae is 0.37.

The process color (four color CMYK) of #0fabae color hex is 0.91, 0.02, 0.00, 0.32. Web safe color of #0fabae is #009999. Color #0fabae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101011 10101110
Octal 17 253 256
Decimal 15 171 174
Hex F AB AE

RGB Percentages of Color #0fabae

%4.17
%47.50
%48.33

CMYK Percentages of Color #0fabae

%91
%2
%0
%32

Triadic Colors of #0fabae

#0fabae #ae0fab #abae0f

Analogous Colors of #0fabae

#0fabae #0f5cae #0fae61

Monochromatic Colors of #0fabae

#0fabae

Complementary Color

#0fabae #ae120f

#0fabae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fabae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fabae Color CSS Codes

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

#0fabae Text Font Color

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

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


#0fabae Background Color

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

This div background color is #0fabae


#0fabae Border Color

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

This div border color is #0fabae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fabae


Comments

No comments written yet.

Please login to write comment.