Color Hex Logo

#adeda6 Color Hex

#ADEDA6
(173,237,166)
0 Favorites   0 Comments

Color spaces of #adeda6

RGB 173237166
HSL0.320.660.79
HSV114°30°93°
CMYK 0.270.000.30   0.07
XYZ54.400772.205847.1463
Yxy72.20580.31310.4156
Hunter Lab84.9740-34.428126.5858
CIE-Lab88.0676-33.429528.1198

#adeda6 color RGB value is (173,237,166).

#adeda6 hex color red value is 173, green value is 237 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #adeda6 hue: 0.32 , saturation: 0.66 and the lightness value of adeda6 is 0.79.

The process color (four color CMYK) of #adeda6 color hex is 0.27, 0.00, 0.30, 0.07. Web safe color of #adeda6 is #99ff99. Color #adeda6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101101 10100110
Octal 255 355 246
Decimal 173 237 166
Hex AD ED A6

RGB Percentages of Color #adeda6

%30.03
%41.15
%28.82

CMYK Percentages of Color #adeda6

%27
%0
%30
%7

Triadic Colors of #adeda6

#adeda6 #a6aded #eda6ad

Analogous Colors of #adeda6

#adeda6 #a6edc3 #d1eda6

Monochromatic Colors of #adeda6

#adeda6

Complementary Color

#adeda6 #e6a6ed

#adeda6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeda6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeda6 Color CSS Codes

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

#adeda6 Text Font Color

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

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


#adeda6 Background Color

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

This div background color is #adeda6


#adeda6 Border Color

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

This div border color is #adeda6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeda6


Comments

No comments written yet.

Please login to write comment.