Color Hex Logo

#0fabad Color Hex

#0FABAD
(15,171,173)
0 Favorites   0 Comments

Color spaces of #0fabad

RGB 15171173
HSL0.500.840.37
HSV181°91°68°
CMYK 0.910.010.00   0.32
XYZ22.302732.244544.5835
Yxy32.24450.22500.3253
Hunter Lab56.7842-29.2644-6.8019
CIE-Lab63.5444-34.4673-11.3686

#0fabad color RGB value is (15,171,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101011 10101101
Octal 17 253 255
Decimal 15 171 173
Hex F AB AD

RGB Percentages of Color #0fabad

%4.18
%47.63
%48.19

CMYK Percentages of Color #0fabad

%91
%1
%0
%32

Triadic Colors of #0fabad

#0fabad #ad0fab #abad0f

Analogous Colors of #0fabad

#0fabad #0f5cad #0fad60

Monochromatic Colors of #0fabad

#0fabad

Complementary Color

#0fabad #ad110f

#0fabad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fabad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fabad Color CSS Codes

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

#0fabad Text Font Color

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

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


#0fabad Background Color

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

This div background color is #0fabad


#0fabad Border Color

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

This div border color is #0fabad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fabad


Comments

No comments written yet.

Please login to write comment.