Color Hex Logo

#0baabf Color Hex

#0BAABF
(11,170,191)
0 Favorites   0 Comments

Color spaces of #0baabf

RGB 11170191
HSL0.520.890.40
HSV187°94°75°
CMYK 0.940.110.00   0.25
XYZ23.916732.582254.3187
Yxy32.58220.21580.2940
Hunter Lab57.0808-25.1004-16.4644
CIE-Lab63.8212-28.3934-20.9979

#0baabf color RGB value is (11,170,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101010 10111111
Octal 13 252 277
Decimal 11 170 191
Hex B AA BF

RGB Percentages of Color #0baabf

%2.96
%45.70
%51.34

CMYK Percentages of Color #0baabf

%94
%11
%0
%25

Triadic Colors of #0baabf

#0baabf #bf0baa #aabf0b

Analogous Colors of #0baabf

#0baabf #0b50bf #0bbf7a

Monochromatic Colors of #0baabf

#0baabf

Complementary Color

#0baabf #bf200b

#0baabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0baabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0baabf Color CSS Codes

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

#0baabf Text Font Color

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

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


#0baabf Background Color

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

This div background color is #0baabf


#0baabf Border Color

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

This div border color is #0baabf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,170,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0baabf


Comments

No comments written yet.

Please login to write comment.