Color Hex Logo

#0ad771 Color Hex

#0AD771
(10,215,113)
0 Favorites   0 Comments

Color spaces of #0ad771

RGB 10215113
HSL0.420.910.44
HSV150°95°84°
CMYK 0.950.000.47   0.16
XYZ27.406249.857723.8018
Yxy49.85770.27120.4933
Hunter Lab70.6100-54.285429.4410
CIE-Lab75.9818-66.149438.1098

#0ad771 color RGB value is (10,215,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11010111 01110001
Octal 12 327 161
Decimal 10 215 113
Hex A D7 71

RGB Percentages of Color #0ad771

%2.96
%63.61
%33.43

CMYK Percentages of Color #0ad771

%95
%0
%47
%16

Triadic Colors of #0ad771

#0ad771 #710ad7 #d7710a

Analogous Colors of #0ad771

#0ad771 #0ad7d7 #0ad70b

Monochromatic Colors of #0ad771

#0ad771

Complementary Color

#0ad771 #d70a70

#0ad771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ad771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ad771 Color CSS Codes

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

#0ad771 Text Font Color

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

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


#0ad771 Background Color

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

This div background color is #0ad771


#0ad771 Border Color

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

This div border color is #0ad771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ad771


Comments

No comments written yet.

Please login to write comment.