Color Hex Logo

#0fafbe Color Hex

#0FAFBE
(15,175,190)
0 Favorites   0 Comments

Color spaces of #0fafbe

RGB 15175190
HSL0.510.850.40
HSV185°92°75°
CMYK 0.920.080.00   0.25
XYZ24.821234.479254.0621
Yxy34.47920.21900.3041
Hunter Lab58.7190-27.3042-13.4845
CIE-Lab65.3412-31.0148-18.1271

#0fafbe color RGB value is (15,175,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101111 10111110
Octal 17 257 276
Decimal 15 175 190
Hex F AF BE

RGB Percentages of Color #0fafbe

%3.95
%46.05
%50.00

CMYK Percentages of Color #0fafbe

%92
%8
%0
%25

Triadic Colors of #0fafbe

#0fafbe #be0faf #afbe0f

Analogous Colors of #0fafbe

#0fafbe #0f57be #0fbe76

Monochromatic Colors of #0fafbe

#0fafbe

Complementary Color

#0fafbe #be1e0f

#0fafbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fafbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fafbe Color CSS Codes

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

#0fafbe Text Font Color

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

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


#0fafbe Background Color

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

This div background color is #0fafbe


#0fafbe Border Color

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

This div border color is #0fafbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fafbe


Comments

No comments written yet.

Please login to write comment.