Color Hex Logo

#0bbebd Color Hex

#0BBEBD
(11,190,189)
0 Favorites   0 Comments

Color spaces of #0bbebd

RGB 11190189
HSL0.500.890.39
HSV180°94°75°
CMYK 0.940.000.01   0.25
XYZ27.736840.572254.5134
Yxy40.57220.22580.3303
Hunter Lab63.6963-33.7400-6.1549
CIE-Lab69.8751-38.5046-10.7494

#0bbebd color RGB value is (11,190,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111110 10111101
Octal 13 276 275
Decimal 11 190 189
Hex B BE BD

RGB Percentages of Color #0bbebd

%2.82
%48.72
%48.46

CMYK Percentages of Color #0bbebd

%94
%0
%1
%25

Triadic Colors of #0bbebd

#0bbebd #bd0bbe #bebd0b

Analogous Colors of #0bbebd

#0bbebd #0b66be #0bbe64

Monochromatic Colors of #0bbebd

#0bbebd

Complementary Color

#0bbebd #be0b0c

#0bbebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbebd Color CSS Codes

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

#0bbebd Text Font Color

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

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


#0bbebd Background Color

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

This div background color is #0bbebd


#0bbebd Border Color

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

This div border color is #0bbebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbebd


Comments

No comments written yet.

Please login to write comment.