Color Hex Logo

#0faabe Color Hex

#0FAABE
(15,170,190)
0 Favorites   0 Comments

Color spaces of #0faabe

RGB 15170190
HSL0.520.850.40
HSV187°92°75°
CMYK 0.920.110.00   0.25
XYZ23.866032.568753.7437
Yxy32.56870.21660.2956
Hunter Lab57.0690-25.2228-15.8870
CIE-Lab63.8102-28.5690-20.4553

#0faabe color RGB value is (15,170,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101010 10111110
Octal 17 252 276
Decimal 15 170 190
Hex F AA BE

RGB Percentages of Color #0faabe

%4.00
%45.33
%50.67

CMYK Percentages of Color #0faabe

%92
%11
%0
%25

Triadic Colors of #0faabe

#0faabe #be0faa #aabe0f

Analogous Colors of #0faabe

#0faabe #0f53be #0fbe7b

Monochromatic Colors of #0faabe

#0faabe

Complementary Color

#0faabe #be230f

#0faabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0faabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0faabe Color CSS Codes

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

#0faabe Text Font Color

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

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


#0faabe Background Color

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

This div background color is #0faabe


#0faabe Border Color

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

This div border color is #0faabe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,170,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 #0faabe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0faabe


Comments

No comments written yet.

Please login to write comment.