Color Hex Logo

#0ab96b Color Hex

#0AB96B
(10,185,107)
0 Favorites   0 Comments

Color spaces of #0ab96b

RGB 10185107
HSL0.430.900.38
HSV153°95°73°
CMYK 0.950.000.42   0.27
XYZ20.128035.824019.7638
Yxy35.82400.26580.4731
Hunter Lab59.8532-44.715322.3194
CIE-Lab66.3852-57.080528.8034

#0ab96b color RGB value is (10,185,107).

#0ab96b hex color red value is 10, green value is 185 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #0ab96b hue: 0.43 , saturation: 0.90 and the lightness value of 0ab96b is 0.38.

The process color (four color CMYK) of #0ab96b color hex is 0.95, 0.00, 0.42, 0.27. Web safe color of #0ab96b is #00cc66. Color #0ab96b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111001 01101011
Octal 12 271 153
Decimal 10 185 107
Hex A B9 6B

RGB Percentages of Color #0ab96b

%3.31
%61.26
%35.43

CMYK Percentages of Color #0ab96b

%95
%0
%42
%27

Triadic Colors of #0ab96b

#0ab96b #6b0ab9 #b96b0a

Analogous Colors of #0ab96b

#0ab96b #0ab0b9 #0ab914

Monochromatic Colors of #0ab96b

#0ab96b

Complementary Color

#0ab96b #b90a58

#0ab96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ab96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ab96b Color CSS Codes

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

#0ab96b Text Font Color

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

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


#0ab96b Background Color

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

This div background color is #0ab96b


#0ab96b Border Color

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

This div border color is #0ab96b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,185,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0ab96b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0ab96b;
  -webkit-box-shadow: 1px 1px 3px 2px #0ab96b;
  box-shadow:         1px 1px 3px 2px #0ab96b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,185,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ab96b


Comments

No comments written yet.

Please login to write comment.