Color Hex Logo

#aded61 Color Hex

#ADED61
(173,237,97)
0 Favorites   0 Comments

Color spaces of #aded61

RGB 17323797
HSL0.240.800.65
HSV87°59°93°
CMYK 0.270.000.59   0.07
XYZ49.675470.315722.2634
Yxy70.31570.34920.4943
Hunter Lab83.8545-41.001942.9566
CIE-Lab87.1515-41.866560.0215

#aded61 color RGB value is (173,237,97).

#aded61 hex color red value is 173, green value is 237 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #aded61 hue: 0.24 , saturation: 0.80 and the lightness value of aded61 is 0.65.

The process color (four color CMYK) of #aded61 color hex is 0.27, 0.00, 0.59, 0.07. Web safe color of #aded61 is #99ff66. Color #aded61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101101 01100001
Octal 255 355 141
Decimal 173 237 97
Hex AD ED 61

RGB Percentages of Color #aded61

%34.12
%46.75
%19.13

CMYK Percentages of Color #aded61

%27
%0
%59
%7

Triadic Colors of #aded61

#aded61 #61aded #ed61ad

Analogous Colors of #aded61

#aded61 #67ed61 #ede761

Monochromatic Colors of #aded61

#aded61

Complementary Color

#aded61 #a161ed

#aded61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aded61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aded61 Color CSS Codes

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

#aded61 Text Font Color

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

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


#aded61 Background Color

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

This div background color is #aded61


#aded61 Border Color

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

This div border color is #aded61


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,237,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aded61; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aded61;
  -webkit-box-shadow: 1px 1px 3px 2px #aded61;
  box-shadow:         1px 1px 3px 2px #aded61; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aded61


Comments

No comments written yet.

Please login to write comment.