Color Hex Logo

#0ab978 Color Hex

#0AB978
(10,185,120)
0 Favorites   0 Comments

Color spaces of #0ab978

RGB 10185120
HSL0.440.900.38
HSV158°95°73°
CMYK 0.950.000.35   0.27
XYZ20.864336.118523.6412
Yxy36.11850.25880.4480
Hunter Lab60.0987-43.203318.7460
CIE-Lab66.6104-54.460322.2237

#0ab978 color RGB value is (10,185,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111001 01111000
Octal 12 271 170
Decimal 10 185 120
Hex A B9 78

RGB Percentages of Color #0ab978

%3.17
%58.73
%38.10

CMYK Percentages of Color #0ab978

%95
%0
%35
%27

Triadic Colors of #0ab978

#0ab978 #780ab9 #b9780a

Analogous Colors of #0ab978

#0ab978 #0aa3b9 #0ab921

Monochromatic Colors of #0ab978

#0ab978

Complementary Color

#0ab978 #b90a4b

#0ab978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ab978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ab978 Color CSS Codes

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

#0ab978 Text Font Color

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

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


#0ab978 Background Color

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

This div background color is #0ab978


#0ab978 Border Color

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

This div border color is #0ab978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ab978


Comments

No comments written yet.

Please login to write comment.