Color Hex Logo

#0bb19b Color Hex

#0BB19B
(11,177,155)
0 Favorites   0 Comments

Color spaces of #0bb19b

RGB 11177155
HSL0.480.880.37
HSV172°94°69°
CMYK 0.940.000.12   0.31
XYZ21.776533.882036.4025
Yxy33.88200.23650.3680
Hunter Lab58.2082-35.08513.6668
CIE-Lab64.8688-42.62050.6191

#0bb19b color RGB value is (11,177,155).

#0bb19b hex color red value is 11, green value is 177 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #0bb19b hue: 0.48 , saturation: 0.88 and the lightness value of 0bb19b is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10110001 10011011
Octal 13 261 233
Decimal 11 177 155
Hex B B1 9B

RGB Percentages of Color #0bb19b

%3.21
%51.60
%45.19

CMYK Percentages of Color #0bb19b

%94
%0
%12
%31

Triadic Colors of #0bb19b

#0bb19b #9b0bb1 #b19b0b

Analogous Colors of #0bb19b

#0bb19b #0b74b1 #0bb148

Monochromatic Colors of #0bb19b

#0bb19b

Complementary Color

#0bb19b #b10b21

#0bb19b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bb19b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bb19b Color CSS Codes

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

#0bb19b Text Font Color

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

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


#0bb19b Background Color

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

This div background color is #0bb19b


#0bb19b Border Color

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

This div border color is #0bb19b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bb19b


Comments

No comments written yet.

Please login to write comment.