Color Hex Logo

#aded6c Color Hex

#ADED6C
(173,237,108)
0 Favorites   0 Comments

Color spaces of #aded6c

RGB 173237108
HSL0.250.780.68
HSV90°54°93°
CMYK 0.270.000.54   0.07
XYZ50.224570.535325.1549
Yxy70.53530.34420.4834
Hunter Lab83.9853-40.228541.0314
CIE-Lab87.2587-40.850355.3117

#aded6c color RGB value is (173,237,108).

#aded6c hex color red value is 173, green value is 237 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #aded6c hue: 0.25 , saturation: 0.78 and the lightness value of aded6c is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101101 01101100
Octal 255 355 154
Decimal 173 237 108
Hex AD ED 6C

RGB Percentages of Color #aded6c

%33.40
%45.75
%20.85

CMYK Percentages of Color #aded6c

%27
%0
%54
%7

Triadic Colors of #aded6c

#aded6c #6caded #ed6cad

Analogous Colors of #aded6c

#aded6c #6ded6c #eded6c

Monochromatic Colors of #aded6c

#aded6c

Complementary Color

#aded6c #ac6ced

#aded6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aded6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aded6c Color CSS Codes

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

#aded6c Text Font Color

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

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


#aded6c Background Color

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

This div background color is #aded6c


#aded6c Border Color

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

This div border color is #aded6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aded6c


Comments

No comments written yet.

Please login to write comment.