Color Hex Logo

#0acd99 Color Hex

#0ACD99
(10,205,153)
0 Favorites   0 Comments

Color spaces of #0acd99

RGB 10205153
HSL0.460.910.42
HSV164°95°80°
CMYK 0.950.000.25   0.20
XYZ27.706346.027137.5608
Yxy46.02710.24890.4136
Hunter Lab67.8433-45.828714.6649
CIE-Lab73.5631-54.522614.1524

#0acd99 color RGB value is (10,205,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001101 10011001
Octal 12 315 231
Decimal 10 205 153
Hex A CD 99

RGB Percentages of Color #0acd99

%2.72
%55.71
%41.58

CMYK Percentages of Color #0acd99

%95
%0
%25
%20

Triadic Colors of #0acd99

#0acd99 #990acd #cd990a

Analogous Colors of #0acd99

#0acd99 #0aa0cd #0acd38

Monochromatic Colors of #0acd99

#0acd99

Complementary Color

#0acd99 #cd0a3e

#0acd99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acd99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acd99 Color CSS Codes

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

#0acd99 Text Font Color

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

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


#0acd99 Background Color

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

This div background color is #0acd99


#0acd99 Border Color

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

This div border color is #0acd99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acd99


Comments

No comments written yet.

Please login to write comment.