Color Hex Logo

#0fabcb Color Hex

#0FABCB
(15,171,203)
0 Favorites   0 Comments

Color spaces of #0fabcb

RGB 15171203
HSL0.530.860.43
HSV190°93°80°
CMYK 0.930.160.00   0.20
XYZ25.539433.539261.6276
Yxy33.53920.21160.2779
Hunter Lab57.9130-22.6301-22.5538
CIE-Lab64.5951-24.7460-26.4808

#0fabcb color RGB value is (15,171,203).

#0fabcb hex color red value is 15, green value is 171 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #0fabcb hue: 0.53 , saturation: 0.86 and the lightness value of 0fabcb is 0.43.

The process color (four color CMYK) of #0fabcb color hex is 0.93, 0.16, 0.00, 0.20. Web safe color of #0fabcb is #0099cc. Color #0fabcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101011 11001011
Octal 17 253 313
Decimal 15 171 203
Hex F AB CB

RGB Percentages of Color #0fabcb

%3.86
%43.96
%52.19

CMYK Percentages of Color #0fabcb

%93
%16
%0
%20

Triadic Colors of #0fabcb

#0fabcb #cb0fab #abcb0f

Analogous Colors of #0fabcb

#0fabcb #0f4dcb #0fcb8d

Monochromatic Colors of #0fabcb

#0fabcb

Complementary Color

#0fabcb #cb2f0f

#0fabcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fabcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fabcb Color CSS Codes

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

#0fabcb Text Font Color

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

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


#0fabcb Background Color

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

This div background color is #0fabcb


#0fabcb Border Color

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

This div border color is #0fabcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fabcb


Comments

No comments written yet.

Please login to write comment.