Color Hex Logo

#8ada9a Color Hex

#8ADA9A
(138,218,154)
0 Favorites   0 Comments

Color spaces of #8ada9a

RGB 138218154
HSL0.370.520.70
HSV132°37°85°
CMYK 0.370.000.29   0.15
XYZ41.385457.879239.5624
Yxy57.87920.29810.4169
Hunter Lab76.0784-36.036122.4228
CIE-Lab80.6716-37.716623.9597

#8ada9a color RGB value is (138,218,154).

#8ada9a hex color red value is 138, green value is 218 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #8ada9a hue: 0.37 , saturation: 0.52 and the lightness value of 8ada9a is 0.70.

The process color (four color CMYK) of #8ada9a color hex is 0.37, 0.00, 0.29, 0.15. Web safe color of #8ada9a is #99cc99. Color #8ada9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011010 10011010
Octal 212 332 232
Decimal 138 218 154
Hex 8A DA 9A

RGB Percentages of Color #8ada9a

%27.06
%42.75
%30.20

CMYK Percentages of Color #8ada9a

%37
%0
%29
%15

Triadic Colors of #8ada9a

#8ada9a #9a8ada #da9a8a

Analogous Colors of #8ada9a

#8ada9a #8adac2 #a2da8a

Monochromatic Colors of #8ada9a

#8ada9a

Complementary Color

#8ada9a #da8aca

#8ada9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ada9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ada9a Color CSS Codes

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

#8ada9a Text Font Color

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

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


#8ada9a Background Color

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

This div background color is #8ada9a


#8ada9a Border Color

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

This div border color is #8ada9a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,218,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ada9a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ada9a;
  -webkit-box-shadow: 1px 1px 3px 2px #8ada9a;
  box-shadow:         1px 1px 3px 2px #8ada9a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,218,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ada9a


Comments

No comments written yet.

Please login to write comment.