Color Hex Logo

#0bbfbd Color Hex

#0BBFBD
(11,191,189)
0 Favorites   0 Comments

Color spaces of #0bbfbd

RGB 11191189
HSL0.500.890.40
HSV179°94°75°
CMYK 0.940.000.01   0.25
XYZ27.954141.006954.5859
Yxy41.00690.22630.3319
Hunter Lab64.0366-34.1430-5.7142
CIE-Lab70.1808-38.9580-10.2928

#0bbfbd color RGB value is (11,191,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111111 10111101
Octal 13 277 275
Decimal 11 191 189
Hex B BF BD

RGB Percentages of Color #0bbfbd

%2.81
%48.85
%48.34

CMYK Percentages of Color #0bbfbd

%94
%0
%1
%25

Triadic Colors of #0bbfbd

#0bbfbd #bd0bbf #bfbd0b

Analogous Colors of #0bbfbd

#0bbfbd #0b67bf #0bbf63

Monochromatic Colors of #0bbfbd

#0bbfbd

Complementary Color

#0bbfbd #bf0b0d

#0bbfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbfbd Color CSS Codes

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

#0bbfbd Text Font Color

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

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


#0bbfbd Background Color

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

This div background color is #0bbfbd


#0bbfbd Border Color

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

This div border color is #0bbfbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,191,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 #0bbfbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbfbd


Comments

No comments written yet.

Please login to write comment.