Color Hex Logo

#0bafad Color Hex

#0BAFAD
(11,175,173)
0 Favorites   0 Comments

Color spaces of #0bafad

RGB 11175173
HSL0.500.880.36
HSV179°94°69°
CMYK 0.940.000.01   0.31
XYZ23.010833.748244.8364
Yxy33.74820.22650.3322
Hunter Lab58.0932-30.9590-5.0949
CIE-Lab64.7622-36.4864-9.5493

#0bafad color RGB value is (11,175,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101111 10101101
Octal 13 257 255
Decimal 11 175 173
Hex B AF AD

RGB Percentages of Color #0bafad

%3.06
%48.75
%48.19

CMYK Percentages of Color #0bafad

%94
%0
%1
%31

Triadic Colors of #0bafad

#0bafad #ad0baf #afad0b

Analogous Colors of #0bafad

#0bafad #0b5faf #0baf5b

Monochromatic Colors of #0bafad

#0bafad

Complementary Color

#0bafad #af0b0d

#0bafad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bafad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bafad Color CSS Codes

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

#0bafad Text Font Color

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

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


#0bafad Background Color

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

This div background color is #0bafad


#0bafad Border Color

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

This div border color is #0bafad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bafad


Comments

No comments written yet.

Please login to write comment.