Color Hex Logo

#0f8ebd Color Hex

#0F8EBD
(15,142,189)
0 Favorites   0 Comments

Color spaces of #0f8ebd

RGB 15142189
HSL0.550.850.40
HSV196°92°74°
CMYK 0.920.250.00   0.26
XYZ19.055323.121751.6027
Yxy23.12170.20320.2466
Hunter Lab48.0850-13.4122-29.9679
CIE-Lab55.1975-14.2487-33.1773

#0f8ebd color RGB value is (15,142,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10001110 10111101
Octal 17 216 275
Decimal 15 142 189
Hex F 8E BD

RGB Percentages of Color #0f8ebd

%4.34
%41.04
%54.62

CMYK Percentages of Color #0f8ebd

%92
%25
%0
%26

Triadic Colors of #0f8ebd

#0f8ebd #bd0f8e #8ebd0f

Analogous Colors of #0f8ebd

#0f8ebd #0f37bd #0fbd95

Monochromatic Colors of #0f8ebd

#0f8ebd

Complementary Color

#0f8ebd #bd3e0f

#0f8ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f8ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f8ebd Color CSS Codes

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

#0f8ebd Text Font Color

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

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


#0f8ebd Background Color

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

This div background color is #0f8ebd


#0f8ebd Border Color

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

This div border color is #0f8ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f8ebd


Comments

No comments written yet.

Please login to write comment.