Color Hex Logo

#0fb1ec Color Hex

#0FB1EC
(15,177,236)
0 Favorites   0 Comments

Color spaces of #0fb1ec

RGB 15177236
HSL0.540.880.49
HSV196°94°93°
CMYK 0.940.250.00   0.07
XYZ31.059537.602084.9778
Yxy37.60200.20220.2447
Hunter Lab61.3205-16.8986-39.2396
CIE-Lab67.7262-16.4952-39.7831

#0fb1ec color RGB value is (15,177,236).

#0fb1ec hex color red value is 15, green value is 177 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #0fb1ec hue: 0.54 , saturation: 0.88 and the lightness value of 0fb1ec is 0.49.

The process color (four color CMYK) of #0fb1ec color hex is 0.94, 0.25, 0.00, 0.07. Web safe color of #0fb1ec is #0099ff. Color #0fb1ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110001 11101100
Octal 17 261 354
Decimal 15 177 236
Hex F B1 EC

RGB Percentages of Color #0fb1ec

%3.50
%41.36
%55.14

CMYK Percentages of Color #0fb1ec

%94
%25
%0
%7

Triadic Colors of #0fb1ec

#0fb1ec #ec0fb1 #b1ec0f

Analogous Colors of #0fb1ec

#0fb1ec #0f42ec #0fecb9

Monochromatic Colors of #0fb1ec

#0fb1ec

Complementary Color

#0fb1ec #ec4a0f

#0fb1ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb1ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb1ec Color CSS Codes

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

#0fb1ec Text Font Color

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

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


#0fb1ec Background Color

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

This div background color is #0fb1ec


#0fb1ec Border Color

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

This div border color is #0fb1ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb1ec


Comments

No comments written yet.

Please login to write comment.