Color Hex Logo

#0bbeaa Color Hex

#0BBEAA
(11,190,170)
0 Favorites   0 Comments

Color spaces of #0bbeaa

RGB 11190170
HSL0.480.890.39
HSV173°94°75°
CMYK 0.940.000.11   0.25
XYZ25.807239.800344.3523
Yxy39.80030.23470.3620
Hunter Lab63.0875-37.38412.4787
CIE-Lab69.3271-44.0184-1.1414

#0bbeaa color RGB value is (11,190,170).

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

The process color (four color CMYK) of #0bbeaa color hex is 0.94, 0.00, 0.11, 0.25. Web safe color of #0bbeaa is #00cc99. Color #0bbeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111110 10101010
Octal 13 276 252
Decimal 11 190 170
Hex B BE AA

RGB Percentages of Color #0bbeaa

%2.96
%51.21
%45.82

CMYK Percentages of Color #0bbeaa

%94
%0
%11
%25

Triadic Colors of #0bbeaa

#0bbeaa #aa0bbe #beaa0b

Analogous Colors of #0bbeaa

#0bbeaa #0b79be #0bbe51

Monochromatic Colors of #0bbeaa

#0bbeaa

Complementary Color

#0bbeaa #be0b1f

#0bbeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbeaa Color CSS Codes

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

#0bbeaa Text Font Color

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

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


#0bbeaa Background Color

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

This div background color is #0bbeaa


#0bbeaa Border Color

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

This div border color is #0bbeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbeaa


Comments

No comments written yet.

Please login to write comment.