Color Hex Logo

#8afc90 Color Hex

#8AFC90
(138,252,144)
0 Favorites   0 Comments

Color spaces of #8afc90

RGB 138252144
HSL0.340.950.76
HSV123°45°99°
CMYK 0.450.000.43   0.01
XYZ50.325777.037738.6029
Yxy77.03770.30320.4642
Hunter Lab87.7711-51.252235.3633
CIE-Lab90.3390-53.855841.7908

#8afc90 color RGB value is (138,252,144).

#8afc90 hex color red value is 138, green value is 252 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #8afc90 hue: 0.34 , saturation: 0.95 and the lightness value of 8afc90 is 0.76.

The process color (four color CMYK) of #8afc90 color hex is 0.45, 0.00, 0.43, 0.01. Web safe color of #8afc90 is #99ff99. Color #8afc90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11111100 10010000
Octal 212 374 220
Decimal 138 252 144
Hex 8A FC 90

RGB Percentages of Color #8afc90

%25.84
%47.19
%26.97

CMYK Percentages of Color #8afc90

%45
%0
%43
%1

Triadic Colors of #8afc90

#8afc90 #908afc #fc908a

Analogous Colors of #8afc90

#8afc90 #8afcc9 #bdfc8a

Monochromatic Colors of #8afc90

#8afc90

Complementary Color

#8afc90 #fc8af6

#8afc90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8afc90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8afc90 Color CSS Codes

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

#8afc90 Text Font Color

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

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


#8afc90 Background Color

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

This div background color is #8afc90


#8afc90 Border Color

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

This div border color is #8afc90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8afc90


Comments

No comments written yet.

Please login to write comment.