Color Hex Logo

#0f80ad Color Hex

#0F80AD
(15,128,173)
0 Favorites   0 Comments

Color spaces of #0f80ad

RGB 15128173
HSL0.550.840.37
HSV197°91°68°
CMYK 0.910.260.00   0.32
XYZ15.459018.557042.3023
Yxy18.55700.20260.2432
Hunter Lab43.0778-11.3293-28.0681
CIE-Lab50.1648-12.2634-31.8594

#0f80ad color RGB value is (15,128,173).

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

The process color (four color CMYK) of #0f80ad color hex is 0.91, 0.26, 0.00, 0.32. Web safe color of #0f80ad is #009999. Color #0f80ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10000000 10101101
Octal 17 200 255
Decimal 15 128 173
Hex F 80 AD

RGB Percentages of Color #0f80ad

%4.75
%40.51
%54.75

CMYK Percentages of Color #0f80ad

%91
%26
%0
%32

Triadic Colors of #0f80ad

#0f80ad #ad0f80 #80ad0f

Analogous Colors of #0f80ad

#0f80ad #0f31ad #0fad8b

Monochromatic Colors of #0f80ad

#0f80ad

Complementary Color

#0f80ad #ad3c0f

#0f80ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f80ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f80ad Color CSS Codes

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

#0f80ad Text Font Color

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

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


#0f80ad Background Color

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

This div background color is #0f80ad


#0f80ad Border Color

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

This div border color is #0f80ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f80ad


Comments

No comments written yet.

Please login to write comment.