Color Hex Logo

#0fa9bc Color Hex

#0FA9BC
(15,169,188)
0 Favorites   0 Comments

Color spaces of #0fa9bc

RGB 15169188
HSL0.520.850.40
HSV187°92°74°
CMYK 0.920.100.00   0.26
XYZ23.462132.108352.5379
Yxy32.10830.21700.2970
Hunter Lab56.6642-25.2535-15.3076
CIE-Lab63.4323-28.7299-19.9157

#0fa9bc color RGB value is (15,169,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101001 10111100
Octal 17 251 274
Decimal 15 169 188
Hex F A9 BC

RGB Percentages of Color #0fa9bc

%4.03
%45.43
%50.54

CMYK Percentages of Color #0fa9bc

%92
%10
%0
%26

Triadic Colors of #0fa9bc

#0fa9bc #bc0fa9 #a9bc0f

Analogous Colors of #0fa9bc

#0fa9bc #0f53bc #0fbc79

Monochromatic Colors of #0fa9bc

#0fa9bc

Complementary Color

#0fa9bc #bc220f

#0fa9bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fa9bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fa9bc Color CSS Codes

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

#0fa9bc Text Font Color

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

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


#0fa9bc Background Color

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

This div background color is #0fa9bc


#0fa9bc Border Color

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

This div border color is #0fa9bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fa9bc


Comments

No comments written yet.

Please login to write comment.