Color Hex Logo

#8adc92 Color Hex

#8ADC92
(138,220,146)
0 Favorites   0 Comments

Color spaces of #8adc92

RGB 138220146
HSL0.350.540.70
HSV126°37°86°
CMYK 0.370.000.34   0.14
XYZ41.262758.665036.3428
Yxy58.66500.30280.4305
Hunter Lab76.5931-37.875325.4825
CIE-Lab81.1071-39.968828.6921

#8adc92 color RGB value is (138,220,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011100 10010010
Octal 212 334 222
Decimal 138 220 146
Hex 8A DC 92

RGB Percentages of Color #8adc92

%27.38
%43.65
%28.97

CMYK Percentages of Color #8adc92

%37
%0
%34
%14

Triadic Colors of #8adc92

#8adc92 #928adc #dc928a

Analogous Colors of #8adc92

#8adc92 #8adcbb #abdc8a

Monochromatic Colors of #8adc92

#8adc92

Complementary Color

#8adc92 #dc8ad4

#8adc92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adc92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adc92 Color CSS Codes

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

#8adc92 Text Font Color

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

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


#8adc92 Background Color

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

This div background color is #8adc92


#8adc92 Border Color

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

This div border color is #8adc92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adc92


Comments

No comments written yet.

Please login to write comment.