color codes Logo

#0fb09a color codes

#0FB09A
(15,176,154)
0 Favorites   0 Comments

Color spaces of #0fb09a

RGB 15176154
HSL0.480.840.37
HSV172°91°69°
CMYK 0.910.000.13   0.31
XYZ21.555133.485335.8991
Yxy33.48530.23700.3682
Hunter Lab57.8665-34.77563.7243
CIE-Lab64.5519-42.29510.7156

#0fb09a color RGB value is (15,176,154).

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

The process color (four color CMYK) of #0fb09a color code is 0.91, 0.00, 0.13, 0.31. Web safe color of #0fb09a is #009999. Color #0fb09a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110000 10011010
Octal 17 260 232
Decimal 15 176 154
Hex F B0 9A

RGB Percentages of Color #0fb09a

%4.35
%51.01
%44.64

CMYK Percentages of Color #0fb09a

%91
%0
%13
%31

Triadic Colors of #0fb09a

#0fb09a #9a0fb0 #b09a0f

Analogous Colors of #0fb09a

#0fb09a #0f76b0 #0fb04a

Monochromatic Colors of #0fb09a

#0fb09a

Complementary Color

#0fb09a #b00f25

#0fb09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb09a Color CSS Codes

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

#0fb09a Text Font Color

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

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


#0fb09a Background Color

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

This div background color is #0fb09a


#0fb09a Border Color

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

This div border color is #0fb09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb09a


Comments

No comments written yet.

Please login to write comment.