Color Hex Logo

#adeda2 Color Hex

#ADEDA2
(173,237,162)
0 Favorites   0 Comments

Color spaces of #adeda2

RGB 173237162
HSL0.310.680.78
HSV111°32°93°
CMYK 0.270.000.32   0.07
XYZ54.039472.061245.2435
Yxy72.06120.31540.4206
Hunter Lab84.8889-34.924227.8222
CIE-Lab87.9980-34.050930.0635

#adeda2 color RGB value is (173,237,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101101 10100010
Octal 255 355 242
Decimal 173 237 162
Hex AD ED A2

RGB Percentages of Color #adeda2

%30.24
%41.43
%28.32

CMYK Percentages of Color #adeda2

%27
%0
%32
%7

Triadic Colors of #adeda2

#adeda2 #a2aded #eda2ad

Analogous Colors of #adeda2

#adeda2 #a2edbd #d3eda2

Monochromatic Colors of #adeda2

#adeda2

Complementary Color

#adeda2 #e2a2ed

#adeda2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeda2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeda2 Color CSS Codes

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

#adeda2 Text Font Color

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

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


#adeda2 Background Color

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

This div background color is #adeda2


#adeda2 Border Color

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

This div border color is #adeda2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeda2


Comments

No comments written yet.

Please login to write comment.