Color Hex Logo

#0acf9e Color Hex

#0ACF9E
(10,207,158)
0 Favorites   0 Comments

Color spaces of #0acf9e

RGB 10207158
HSL0.460.910.43
HSV165°95°81°
CMYK 0.950.000.24   0.19
XYZ28.609647.158839.9424
Yxy47.15880.24730.4076
Hunter Lab68.6723-45.811513.5853
CIE-Lab74.2912-54.096612.5037

#0acf9e color RGB value is (10,207,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001111 10011110
Octal 12 317 236
Decimal 10 207 158
Hex A CF 9E

RGB Percentages of Color #0acf9e

%2.67
%55.20
%42.13

CMYK Percentages of Color #0acf9e

%95
%0
%24
%19

Triadic Colors of #0acf9e

#0acf9e #9e0acf #cf9e0a

Analogous Colors of #0acf9e

#0acf9e #0a9ecf #0acf3c

Monochromatic Colors of #0acf9e

#0acf9e

Complementary Color

#0acf9e #cf0a3b

#0acf9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acf9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acf9e Color CSS Codes

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

#0acf9e Text Font Color

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

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


#0acf9e Background Color

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

This div background color is #0acf9e


#0acf9e Border Color

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

This div border color is #0acf9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acf9e


Comments

No comments written yet.

Please login to write comment.