color codes Logo

#0bac6d color codes

#0BAC6D
(11,172,109)
0 Favorites   0 Comments

Color spaces of #0bac6d

RGB 11172109
HSL0.430.880.36
HSV157°94°67°
CMYK 0.940.000.37   0.33
XYZ17.650930.680319.4596
Yxy30.68030.26040.4526
Hunter Lab55.3898-40.050117.9430
CIE-Lab62.2368-51.964222.2350

#0bac6d color RGB value is (11,172,109).

#0bac6d hex color red value is 11, green value is 172 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #0bac6d hue: 0.43 , saturation: 0.88 and the lightness value of 0bac6d is 0.36.

The process color (four color CMYK) of #0bac6d color code is 0.94, 0.00, 0.37, 0.33. Web safe color of #0bac6d is #009966. Color #0bac6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101100 01101101
Octal 13 254 155
Decimal 11 172 109
Hex B AC 6D

RGB Percentages of Color #0bac6d

%3.77
%58.90
%37.33

CMYK Percentages of Color #0bac6d

%94
%0
%37
%33

Triadic Colors of #0bac6d

#0bac6d #6d0bac #ac6d0b

Analogous Colors of #0bac6d

#0bac6d #0b9bac #0bac1c

Monochromatic Colors of #0bac6d

#0bac6d

Complementary Color

#0bac6d #ac0b4a

#0bac6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bac6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bac6d Color CSS Codes

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

#0bac6d Text Font Color

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

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


#0bac6d Background Color

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

This div background color is #0bac6d


#0bac6d Border Color

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

This div border color is #0bac6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bac6d


Comments

No comments written yet.

Please login to write comment.