Color Hex Logo

#8adca2 Color Hex

#8ADCA2
(138,220,162)
0 Favorites   0 Comments

Color spaces of #8adca2

RGB 138220162
HSL0.380.540.70
HSV138°37°86°
CMYK 0.370.000.26   0.14
XYZ42.596059.198343.3638
Yxy59.19830.29340.4078
Hunter Lab76.9404-35.824020.4423
CIE-Lab81.4005-37.198620.7845

#8adca2 color RGB value is (138,220,162).

#8adca2 hex color red value is 138, green value is 220 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #8adca2 hue: 0.38 , saturation: 0.54 and the lightness value of 8adca2 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011100 10100010
Octal 212 334 242
Decimal 138 220 162
Hex 8A DC A2

RGB Percentages of Color #8adca2

%26.54
%42.31
%31.15

CMYK Percentages of Color #8adca2

%37
%0
%26
%14

Triadic Colors of #8adca2

#8adca2 #a28adc #dca28a

Analogous Colors of #8adca2

#8adca2 #8adccb #9bdc8a

Monochromatic Colors of #8adca2

#8adca2

Complementary Color

#8adca2 #dc8ac4

#8adca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adca2 Color CSS Codes

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

#8adca2 Text Font Color

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

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


#8adca2 Background Color

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

This div background color is #8adca2


#8adca2 Border Color

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

This div border color is #8adca2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,220,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 #8adca2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adca2


Comments

No comments written yet.

Please login to write comment.