Color Hex Logo

#0fadab Color Hex

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

Color spaces of #0fadab

RGB 15173171
HSL0.500.840.37
HSV179°91°68°
CMYK 0.910.000.01   0.32
XYZ22.491332.929043.6986
Yxy32.92900.22690.3322
Hunter Lab57.3838-30.4594-4.9815
CIE-Lab64.1034-36.0096-9.4158

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

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

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

Base Numbers

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

RGB Percentages of Color #0fadab

%4.18
%48.19
%47.63

CMYK Percentages of Color #0fadab

%91
%0
%1
%32

Triadic Colors of #0fadab

#0fadab #ab0fad #adab0f

Analogous Colors of #0fadab

#0fadab #0f60ad #0fad5c

Monochromatic Colors of #0fadab

#0fadab

Complementary Color

#0fadab #ad0f11

#0fadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fadab Color CSS Codes

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

#0fadab Text Font Color

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

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


#0fadab Background Color

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

This div background color is #0fadab


#0fadab Border Color

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

This div border color is #0fadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fadab


Comments

No comments written yet.

Please login to write comment.