Color Hex Logo

#0fabea Color Hex

#0FABEA
(15,171,234)
0 Favorites   0 Comments

Color spaces of #0fabea

RGB 15171234
HSL0.550.880.49
HSV197°94°92°
CMYK 0.940.270.00   0.08
XYZ29.611235.167983.0693
Yxy35.16790.20030.2379
Hunter Lab59.3025-14.6500-41.5400
CIE-Lab65.8792-13.9721-41.5788

#0fabea color RGB value is (15,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101011 11101010
Octal 17 253 352
Decimal 15 171 234
Hex F AB EA

RGB Percentages of Color #0fabea

%3.57
%40.71
%55.71

CMYK Percentages of Color #0fabea

%94
%27
%0
%8

Triadic Colors of #0fabea

#0fabea #ea0fab #abea0f

Analogous Colors of #0fabea

#0fabea #0f3eea #0feabc

Monochromatic Colors of #0fabea

#0fabea

Complementary Color

#0fabea #ea4e0f

#0fabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fabea Color CSS Codes

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

#0fabea Text Font Color

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

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


#0fabea Background Color

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

This div background color is #0fabea


#0fabea Border Color

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

This div border color is #0fabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fabea


Comments

No comments written yet.

Please login to write comment.