Color Hex Logo

#0add53 Color Hex

#0ADD53
(10,221,83)
0 Favorites   0 Comments

Color spaces of #0add53

RGB 1022183
HSL0.390.910.45
HSV141°95°87°
CMYK 0.950.000.62   0.13
XYZ27.543052.402016.8465
Yxy52.40200.28460.5414
Hunter Lab72.3892-58.764636.8744
CIE-Lab77.5206-72.233353.8732

#0add53 color RGB value is (10,221,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11011101 01010011
Octal 12 335 123
Decimal 10 221 83
Hex A DD 53

RGB Percentages of Color #0add53

%3.18
%70.38
%26.43

CMYK Percentages of Color #0add53

%95
%0
%62
%13

Triadic Colors of #0add53

#0add53 #530add #dd530a

Analogous Colors of #0add53

#0add53 #0addbd #2add0a

Monochromatic Colors of #0add53

#0add53

Complementary Color

#0add53 #dd0a94

#0add53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0add53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0add53 Color CSS Codes

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

#0add53 Text Font Color

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

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


#0add53 Background Color

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

This div background color is #0add53


#0add53 Border Color

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

This div border color is #0add53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0add53


Comments

No comments written yet.

Please login to write comment.