Color Hex Logo

#0afe95 Color Hex

#0AFE95
(10,254,149)
0 Favorites   0 Comments

Color spaces of #0afe95

RGB 10254149
HSL0.430.990.52
HSV154°96°100°
CMYK 0.960.000.41   0.00
XYZ40.991873.118140.3865
Yxy73.11810.26530.4733
Hunter Lab85.5091-64.070731.8533
CIE-Lab88.5040-72.682336.4798

#0afe95 color RGB value is (10,254,149).

#0afe95 hex color red value is 10, green value is 254 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #0afe95 hue: 0.43 , saturation: 0.99 and the lightness value of 0afe95 is 0.52.

The process color (four color CMYK) of #0afe95 color hex is 0.96, 0.00, 0.41, 0.00. Web safe color of #0afe95 is #00ff99. Color #0afe95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11111110 10010101
Octal 12 376 225
Decimal 10 254 149
Hex A FE 95

RGB Percentages of Color #0afe95

%2.42
%61.50
%36.08

CMYK Percentages of Color #0afe95

%96
%0
%41
%0

Triadic Colors of #0afe95

#0afe95 #950afe #fe950a

Analogous Colors of #0afe95

#0afe95 #0aedfe #0afe1b

Monochromatic Colors of #0afe95

#0afe95

Complementary Color

#0afe95 #fe0a73

#0afe95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0afe95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0afe95 Color CSS Codes

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

#0afe95 Text Font Color

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

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


#0afe95 Background Color

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

This div background color is #0afe95


#0afe95 Border Color

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

This div border color is #0afe95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0afe95


Comments

No comments written yet.

Please login to write comment.