Color Hex Logo

#0b887d Color Hex

#0B887D
(11,136,125)
0 Favorites   0 Comments

Color spaces of #0b887d

RGB 11136125
HSL0.490.850.29
HSV175°92°53°
CMYK 0.920.000.08   0.47
XYZ12.643819.160122.4339
Yxy19.16010.23310.3533
Hunter Lab43.7723-25.04100.2536
CIE-Lab50.8740-33.0094-2.8259

#0b887d color RGB value is (11,136,125).

#0b887d hex color red value is 11, green value is 136 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #0b887d hue: 0.49 , saturation: 0.85 and the lightness value of 0b887d is 0.29.

The process color (four color CMYK) of #0b887d color hex is 0.92, 0.00, 0.08, 0.47. Web safe color of #0b887d is #009966. Color #0b887d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10001000 01111101
Octal 13 210 175
Decimal 11 136 125
Hex B 88 7D

RGB Percentages of Color #0b887d

%4.04
%50.00
%45.96

CMYK Percentages of Color #0b887d

%92
%0
%8
%47

Triadic Colors of #0b887d

#0b887d #7d0b88 #887d0b

Analogous Colors of #0b887d

#0b887d #0b5588 #0b883e

Monochromatic Colors of #0b887d

#0b887d

Complementary Color

#0b887d #880b16

#0b887d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b887d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b887d Color CSS Codes

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

#0b887d Text Font Color

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

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


#0b887d Background Color

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

This div background color is #0b887d


#0b887d Border Color

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

This div border color is #0b887d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b887d


Comments

No comments written yet.

Please login to write comment.