Color Hex Logo

#0acb93 Color Hex

#0ACB93
(10,203,147)
0 Favorites   0 Comments

Color spaces of #0acb93

RGB 10203147
HSL0.450.910.42
HSV163°95°80°
CMYK 0.950.000.28   0.20
XYZ26.747644.883034.8573
Yxy44.88300.25120.4215
Hunter Lab66.9948-45.974916.0478
CIE-Lab72.8148-55.165816.3116

#0acb93 color RGB value is (10,203,147).

#0acb93 hex color red value is 10, green value is 203 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #0acb93 hue: 0.45 , saturation: 0.91 and the lightness value of 0acb93 is 0.42.

The process color (four color CMYK) of #0acb93 color hex is 0.95, 0.00, 0.28, 0.20. Web safe color of #0acb93 is #00cc99. Color #0acb93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001011 10010011
Octal 12 313 223
Decimal 10 203 147
Hex A CB 93

RGB Percentages of Color #0acb93

%2.78
%56.39
%40.83

CMYK Percentages of Color #0acb93

%95
%0
%28
%20

Triadic Colors of #0acb93

#0acb93 #930acb #cb930a

Analogous Colors of #0acb93

#0acb93 #0aa3cb #0acb33

Monochromatic Colors of #0acb93

#0acb93

Complementary Color

#0acb93 #cb0a42

#0acb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acb93 Color CSS Codes

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

#0acb93 Text Font Color

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

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


#0acb93 Background Color

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

This div background color is #0acb93


#0acb93 Border Color

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

This div border color is #0acb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acb93


Comments

No comments written yet.

Please login to write comment.