Color Hex Logo

#0f7abb Color Hex

#0F7ABB
(15,122,187)
0 Favorites   0 Comments

Color spaces of #0f7abb

RGB 15122187
HSL0.560.850.40
HSV203°92°73°
CMYK 0.920.350.00   0.27
XYZ16.126217.608549.5625
Yxy17.60850.19360.2114
Hunter Lab41.9625-4.8367-40.6545
CIE-Lab49.0178-3.4479-41.7493

#0f7abb color RGB value is (15,122,187).

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

The process color (four color CMYK) of #0f7abb color hex is 0.92, 0.35, 0.00, 0.27. Web safe color of #0f7abb is #0066cc. Color #0f7abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01111010 10111011
Octal 17 172 273
Decimal 15 122 187
Hex F 7A BB

RGB Percentages of Color #0f7abb

%4.63
%37.65
%57.72

CMYK Percentages of Color #0f7abb

%92
%35
%0
%27

Triadic Colors of #0f7abb

#0f7abb #bb0f7a #7abb0f

Analogous Colors of #0f7abb

#0f7abb #0f24bb #0fbba6

Monochromatic Colors of #0f7abb

#0f7abb

Complementary Color

#0f7abb #bb500f

#0f7abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f7abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f7abb Color CSS Codes

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

#0f7abb Text Font Color

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

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


#0f7abb Background Color

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

This div background color is #0f7abb


#0f7abb Border Color

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

This div border color is #0f7abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f7abb


Comments

No comments written yet.

Please login to write comment.