Color Hex Logo

#0baaaf Color Hex

#0BAAAF
(11,170,175)
0 Favorites   0 Comments

Color spaces of #0baaaf

RGB 11170175
HSL0.510.880.36
HSV182°94°69°
CMYK 0.940.030.00   0.31
XYZ22.250631.915745.5451
Yxy31.91570.22320.3201
Hunter Lab56.4940-28.5608-8.2534
CIE-Lab63.2731-33.5383-12.8965

#0baaaf color RGB value is (11,170,175).

#0baaaf hex color red value is 11, green value is 170 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0baaaf hue: 0.51 , saturation: 0.88 and the lightness value of 0baaaf is 0.36.

The process color (four color CMYK) of #0baaaf color hex is 0.94, 0.03, 0.00, 0.31. Web safe color of #0baaaf is #009999. Color #0baaaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101010 10101111
Octal 13 252 257
Decimal 11 170 175
Hex B AA AF

RGB Percentages of Color #0baaaf

%3.09
%47.75
%49.16

CMYK Percentages of Color #0baaaf

%94
%3
%0
%31

Triadic Colors of #0baaaf

#0baaaf #af0baa #aaaf0b

Analogous Colors of #0baaaf

#0baaaf #0b58af #0baf62

Monochromatic Colors of #0baaaf

#0baaaf

Complementary Color

#0baaaf #af100b

#0baaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0baaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0baaaf Color CSS Codes

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

#0baaaf Text Font Color

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

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


#0baaaf Background Color

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

This div background color is #0baaaf


#0baaaf Border Color

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

This div border color is #0baaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0baaaf


Comments

No comments written yet.

Please login to write comment.