Color Hex Logo

#0fadbf Color Hex

#0FADBF
(15,173,191)
0 Favorites   0 Comments

Color spaces of #0fadbf

RGB 15173191
HSL0.520.850.40
HSV186°92°75°
CMYK 0.920.090.00   0.25
XYZ24.544533.750354.5110
Yxy33.75030.21760.2992
Hunter Lab58.0950-26.2520-14.9658
CIE-Lab64.7639-29.7186-19.5595

#0fadbf color RGB value is (15,173,191).

#0fadbf hex color red value is 15, green value is 173 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0fadbf hue: 0.52 , saturation: 0.85 and the lightness value of 0fadbf is 0.40.

The process color (four color CMYK) of #0fadbf color hex is 0.92, 0.09, 0.00, 0.25. Web safe color of #0fadbf is #0099cc. Color #0fadbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101101 10111111
Octal 17 255 277
Decimal 15 173 191
Hex F AD BF

RGB Percentages of Color #0fadbf

%3.96
%45.65
%50.40

CMYK Percentages of Color #0fadbf

%92
%9
%0
%25

Triadic Colors of #0fadbf

#0fadbf #bf0fad #adbf0f

Analogous Colors of #0fadbf

#0fadbf #0f55bf #0fbf79

Monochromatic Colors of #0fadbf

#0fadbf

Complementary Color

#0fadbf #bf210f

#0fadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fadbf Color CSS Codes

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

#0fadbf Text Font Color

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

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


#0fadbf Background Color

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

This div background color is #0fadbf


#0fadbf Border Color

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

This div border color is #0fadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fadbf


Comments

No comments written yet.

Please login to write comment.