Color Hex Logo

#0fc9bf Color Hex

#0FC9BF
(15,201,191)
0 Favorites   0 Comments

Color spaces of #0fc9bf

RGB 15201191
HSL0.490.860.42
HSV177°93°79°
CMYK 0.930.000.05   0.21
XYZ30.487645.636456.4921
Yxy45.63640.22990.3441
Hunter Lab67.5547-37.6633-2.2925
CIE-Lab73.3090-42.6856-6.7276

#0fc9bf color RGB value is (15,201,191).

#0fc9bf hex color red value is 15, green value is 201 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0fc9bf hue: 0.49 , saturation: 0.86 and the lightness value of 0fc9bf is 0.42.

The process color (four color CMYK) of #0fc9bf color hex is 0.93, 0.00, 0.05, 0.21. Web safe color of #0fc9bf is #00cccc. Color #0fc9bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001001 10111111
Octal 17 311 277
Decimal 15 201 191
Hex F C9 BF

RGB Percentages of Color #0fc9bf

%3.69
%49.39
%46.93

CMYK Percentages of Color #0fc9bf

%93
%0
%5
%21

Triadic Colors of #0fc9bf

#0fc9bf #bf0fc9 #c9bf0f

Analogous Colors of #0fc9bf

#0fc9bf #0f76c9 #0fc962

Monochromatic Colors of #0fc9bf

#0fc9bf

Complementary Color

#0fc9bf #c90f19

#0fc9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fc9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fc9bf Color CSS Codes

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

#0fc9bf Text Font Color

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

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


#0fc9bf Background Color

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

This div background color is #0fc9bf


#0fc9bf Border Color

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

This div border color is #0fc9bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,201,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 #0fc9bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fc9bf


Comments

No comments written yet.

Please login to write comment.