Color Hex Logo

#0ade55 Color Hex

#0ADE55
(10,222,85)
0 Favorites   0 Comments

Color spaces of #0ade55

RGB 1022285
HSL0.390.910.45
HSV141°95°87°
CMYK 0.950.000.62   0.13
XYZ27.886152.963017.3475
Yxy52.96300.28400.5394
Hunter Lab72.7757-58.960036.8101
CIE-Lab77.8531-72.298553.3926

#0ade55 color RGB value is (10,222,85).

#0ade55 hex color red value is 10, green value is 222 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #0ade55 hue: 0.39 , saturation: 0.91 and the lightness value of 0ade55 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011110 01010101
Octal 12 336 125
Decimal 10 222 85
Hex A DE 55

RGB Percentages of Color #0ade55

%3.15
%70.03
%26.81

CMYK Percentages of Color #0ade55

%95
%0
%62
%13

Triadic Colors of #0ade55

#0ade55 #550ade #de550a

Analogous Colors of #0ade55

#0ade55 #0adebf #29de0a

Monochromatic Colors of #0ade55

#0ade55

Complementary Color

#0ade55 #de0a93

#0ade55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ade55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ade55 Color CSS Codes

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

#0ade55 Text Font Color

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

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


#0ade55 Background Color

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

This div background color is #0ade55


#0ade55 Border Color

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

This div border color is #0ade55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ade55


Comments

No comments written yet.

Please login to write comment.