Color Hex Logo

#0bafab Color Hex

#0BAFAB
(11,175,171)
0 Favorites   0 Comments

Color spaces of #0bafab

RGB 11175171
HSL0.500.880.36
HSV179°94°69°
CMYK 0.940.000.02   0.31
XYZ22.818733.671443.8246
Yxy33.67140.22750.3357
Hunter Lab58.0271-31.3536-4.1595
CIE-Lab64.7009-37.0918-8.5272

#0bafab color RGB value is (11,175,171).

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

The process color (four color CMYK) of #0bafab color hex is 0.94, 0.00, 0.02, 0.31. Web safe color of #0bafab is #009999. Color #0bafab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101111 10101011
Octal 13 257 253
Decimal 11 175 171
Hex B AF AB

RGB Percentages of Color #0bafab

%3.08
%49.02
%47.90

CMYK Percentages of Color #0bafab

%94
%0
%2
%31

Triadic Colors of #0bafab

#0bafab #ab0baf #afab0b

Analogous Colors of #0bafab

#0bafab #0b61af #0baf59

Monochromatic Colors of #0bafab

#0bafab

Complementary Color

#0bafab #af0b0f

#0bafab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bafab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bafab Color CSS Codes

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

#0bafab Text Font Color

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

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


#0bafab Background Color

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

This div background color is #0bafab


#0bafab Border Color

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

This div border color is #0bafab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bafab


Comments

No comments written yet.

Please login to write comment.