Color Hex Logo

#0ac188 Color Hex

#0AC188
(10,193,136)
0 Favorites   0 Comments

Color spaces of #0ac188

RGB 10193136
HSL0.450.900.40
HSV161°95°76°
CMYK 0.950.000.30   0.24
XYZ23.639139.982029.7639
Yxy39.98200.25310.4281
Hunter Lab63.2313-43.922416.3533
CIE-Lab69.4567-53.910517.5396

#0ac188 color RGB value is (10,193,136).

#0ac188 hex color red value is 10, green value is 193 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #0ac188 hue: 0.45 , saturation: 0.90 and the lightness value of 0ac188 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11000001 10001000
Octal 12 301 210
Decimal 10 193 136
Hex A C1 88

RGB Percentages of Color #0ac188

%2.95
%56.93
%40.12

CMYK Percentages of Color #0ac188

%95
%0
%30
%24

Triadic Colors of #0ac188

#0ac188 #880ac1 #c1880a

Analogous Colors of #0ac188

#0ac188 #0a9fc1 #0ac12d

Monochromatic Colors of #0ac188

#0ac188

Complementary Color

#0ac188 #c10a43

#0ac188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ac188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ac188 Color CSS Codes

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

#0ac188 Text Font Color

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

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


#0ac188 Background Color

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

This div background color is #0ac188


#0ac188 Border Color

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

This div border color is #0ac188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ac188


Comments

No comments written yet.

Please login to write comment.