Color Hex Logo

#adecaa Color Hex

#ADECAA
(173,236,170)
0 Favorites   0 Comments

Color spaces of #adecaa

RGB 173236170
HSL0.330.630.80
HSV117°28°93°
CMYK 0.270.000.28   0.07
XYZ54.484771.777449.0130
Yxy71.77740.31090.4095
Hunter Lab84.7215-33.468825.0047
CIE-Lab87.8613-32.327025.7931

#adecaa color RGB value is (173,236,170).

#adecaa hex color red value is 173, green value is 236 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #adecaa hue: 0.33 , saturation: 0.63 and the lightness value of adecaa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101100 10101010
Octal 255 354 252
Decimal 173 236 170
Hex AD EC AA

RGB Percentages of Color #adecaa

%29.88
%40.76
%29.36

CMYK Percentages of Color #adecaa

%27
%0
%28
%7

Triadic Colors of #adecaa

#adecaa #aaadec #ecaaad

Analogous Colors of #adecaa

#adecaa #aaecc8 #ceecaa

Monochromatic Colors of #adecaa

#adecaa

Complementary Color

#adecaa #e9aaec

#adecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adecaa Color CSS Codes

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

#adecaa Text Font Color

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

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


#adecaa Background Color

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

This div background color is #adecaa


#adecaa Border Color

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

This div border color is #adecaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adecaa


Comments

No comments written yet.

Please login to write comment.