Color Hex Logo

#0fada9 Color Hex

#0FADA9
(15,173,169)
0 Favorites   0 Comments

Color spaces of #0fada9

RGB 15173169
HSL0.500.840.37
HSV178°91°68°
CMYK 0.910.000.02   0.32
XYZ22.302032.853342.7020
Yxy32.85330.22790.3357
Hunter Lab57.3178-30.8529-4.0488
CIE-Lab64.0419-36.6150-8.3916

#0fada9 color RGB value is (15,173,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101101 10101001
Octal 17 255 251
Decimal 15 173 169
Hex F AD A9

RGB Percentages of Color #0fada9

%4.20
%48.46
%47.34

CMYK Percentages of Color #0fada9

%91
%0
%2
%32

Triadic Colors of #0fada9

#0fada9 #a90fad #ada90f

Analogous Colors of #0fada9

#0fada9 #0f62ad #0fad5a

Monochromatic Colors of #0fada9

#0fada9

Complementary Color

#0fada9 #ad0f13

#0fada9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fada9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fada9 Color CSS Codes

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

#0fada9 Text Font Color

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

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


#0fada9 Background Color

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

This div background color is #0fada9


#0fada9 Border Color

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

This div border color is #0fada9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fada9


Comments

No comments written yet.

Please login to write comment.