Color Hex Logo

#0ad27f Color Hex

#0AD27F
(10,210,127)
0 Favorites   0 Comments

Color spaces of #0ad27f

RGB 10210127
HSL0.430.910.43
HSV155°95°82°
CMYK 0.950.000.40   0.18
XYZ27.002547.690027.8606
Yxy47.69000.26330.4650
Hunter Lab69.0579-51.055724.4207
CIE-Lab74.6290-61.948129.2852

#0ad27f color RGB value is (10,210,127).

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

The process color (four color CMYK) of #0ad27f color hex is 0.95, 0.00, 0.40, 0.18. Web safe color of #0ad27f is #00cc66. Color #0ad27f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11010010 01111111
Octal 12 322 177
Decimal 10 210 127
Hex A D2 7F

RGB Percentages of Color #0ad27f

%2.88
%60.52
%36.60

CMYK Percentages of Color #0ad27f

%95
%0
%40
%18

Triadic Colors of #0ad27f

#0ad27f #7f0ad2 #d27f0a

Analogous Colors of #0ad27f

#0ad27f #0ac1d2 #0ad21b

Monochromatic Colors of #0ad27f

#0ad27f

Complementary Color

#0ad27f #d20a5d

#0ad27f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ad27f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ad27f Color CSS Codes

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

#0ad27f Text Font Color

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

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


#0ad27f Background Color

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

This div background color is #0ad27f


#0ad27f Border Color

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

This div border color is #0ad27f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ad27f


Comments

No comments written yet.

Please login to write comment.