Color Hex Logo

#0ac983 Color Hex

#0AC983
(10,201,131)
0 Favorites   0 Comments

Color spaces of #0ac983

RGB 10201131
HSL0.440.910.41
HSV158°95°79°
CMYK 0.950.000.35   0.21
XYZ25.108643.476528.5412
Yxy43.47650.25850.4476
Hunter Lab65.9367-47.416720.4916
CIE-Lab71.8772-57.958623.5151

#0ac983 color RGB value is (10,201,131).

#0ac983 hex color red value is 10, green value is 201 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #0ac983 hue: 0.44 , saturation: 0.91 and the lightness value of 0ac983 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001001 10000011
Octal 12 311 203
Decimal 10 201 131
Hex A C9 83

RGB Percentages of Color #0ac983

%2.92
%58.77
%38.30

CMYK Percentages of Color #0ac983

%95
%0
%35
%21

Triadic Colors of #0ac983

#0ac983 #830ac9 #c9830a

Analogous Colors of #0ac983

#0ac983 #0ab0c9 #0ac924

Monochromatic Colors of #0ac983

#0ac983

Complementary Color

#0ac983 #c90a50

#0ac983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ac983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ac983 Color CSS Codes

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

#0ac983 Text Font Color

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

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


#0ac983 Background Color

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

This div background color is #0ac983


#0ac983 Border Color

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

This div border color is #0ac983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ac983


Comments

No comments written yet.

Please login to write comment.