Color Hex Logo

#0ade04 Color Hex

#0ADE04
(10,222,4)
0 Favorites   0 Comments

Color spaces of #0ade04

RGB 102224
HSL0.330.960.44
HSV118°98°87°
CMYK 0.950.000.98   0.13
XYZ26.268452.31588.8284
Yxy52.31580.30050.5985
Hunter Lab72.3297-61.750043.3940
CIE-Lab77.4693-77.196974.5900

#0ade04 color RGB value is (10,222,4).

#0ade04 hex color red value is 10, green value is 222 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #0ade04 hue: 0.33 , saturation: 0.96 and the lightness value of 0ade04 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011110 00000100
Octal 12 336 4
Decimal 10 222 4
Hex A DE 4

RGB Percentages of Color #0ade04

%4.24
%94.07
%1.69

CMYK Percentages of Color #0ade04

%95
%0
%98
%13

Triadic Colors of #0ade04

#0ade04 #040ade #de040a

Analogous Colors of #0ade04

#0ade04 #04de6b #77de04

Monochromatic Colors of #0ade04

#0ade04

Complementary Color

#0ade04 #d804de

#0ade04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ade04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ade04 Color CSS Codes

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

#0ade04 Text Font Color

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

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


#0ade04 Background Color

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

This div background color is #0ade04


#0ade04 Border Color

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

This div border color is #0ade04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ade04


Comments

No comments written yet.

Please login to write comment.