color codes Logo

#0aed8f color codes

#0AED8F
(10,237,143)
0 Favorites   0 Comments

Color spaces of #0aed8f

RGB 10237143
HSL0.430.920.48
HSV155°96°93°
CMYK 0.960.000.40   0.07
XYZ35.367362.616136.2087
Yxy62.61610.26360.4666
Hunter Lab79.1303-58.697528.2611
CIE-Lab83.2400-68.126932.5403

#0aed8f color RGB value is (10,237,143).

#0aed8f hex color red value is 10, green value is 237 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #0aed8f hue: 0.43 , saturation: 0.92 and the lightness value of 0aed8f is 0.48.

The process color (four color CMYK) of #0aed8f color code is 0.96, 0.00, 0.40, 0.07. Web safe color of #0aed8f is #00ff99. Color #0aed8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101101 10001111
Octal 12 355 217
Decimal 10 237 143
Hex A ED 8F

RGB Percentages of Color #0aed8f

%2.56
%60.77
%36.67

CMYK Percentages of Color #0aed8f

%96
%0
%40
%7

Triadic Colors of #0aed8f

#0aed8f #8f0aed #ed8f0a

Analogous Colors of #0aed8f

#0aed8f #0adaed #0aed1e

Monochromatic Colors of #0aed8f

#0aed8f

Complementary Color

#0aed8f #ed0a68

#0aed8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aed8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aed8f Color CSS Codes

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

#0aed8f Text Font Color

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

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


#0aed8f Background Color

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

This div background color is #0aed8f


#0aed8f Border Color

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

This div border color is #0aed8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aed8f


Comments

No comments written yet.

Please login to write comment.