Color Hex Logo

#0ac994 Color Hex

#0AC994
(10,201,148)
0 Favorites   0 Comments

Color spaces of #0ac994

RGB 10201148
HSL0.450.910.41
HSV163°95°79°
CMYK 0.950.000.26   0.21
XYZ26.357143.975935.1160
Yxy43.97590.25000.4170
Hunter Lab66.3143-45.104015.0237
CIE-Lab72.2124-54.171614.9353

#0ac994 color RGB value is (10,201,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001001 10010100
Octal 12 311 224
Decimal 10 201 148
Hex A C9 94

RGB Percentages of Color #0ac994

%2.79
%55.99
%41.23

CMYK Percentages of Color #0ac994

%95
%0
%26
%21

Triadic Colors of #0ac994

#0ac994 #940ac9 #c9940a

Analogous Colors of #0ac994

#0ac994 #0a9fc9 #0ac935

Monochromatic Colors of #0ac994

#0ac994

Complementary Color

#0ac994 #c90a3f

#0ac994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ac994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ac994 Color CSS Codes

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

#0ac994 Text Font Color

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

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


#0ac994 Background Color

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

This div background color is #0ac994


#0ac994 Border Color

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

This div border color is #0ac994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ac994


Comments

No comments written yet.

Please login to write comment.