Color Hex Logo

#8afa92 Color Hex

#8AFA92
(138,250,146)
0 Favorites   0 Comments

Color spaces of #8afa92

RGB 138250146
HSL0.350.920.76
HSV124°45°98°
CMYK 0.450.000.42   0.02
XYZ49.855175.849839.2070
Yxy75.84980.30230.4599
Hunter Lab87.0918-50.229534.2731
CIE-Lab89.7896-52.752540.1090

#8afa92 color RGB value is (138,250,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11111010 10010010
Octal 212 372 222
Decimal 138 250 146
Hex 8A FA 92

RGB Percentages of Color #8afa92

%25.84
%46.82
%27.34

CMYK Percentages of Color #8afa92

%45
%0
%42
%2

Triadic Colors of #8afa92

#8afa92 #928afa #fa928a

Analogous Colors of #8afa92

#8afa92 #8afaca #bafa8a

Monochromatic Colors of #8afa92

#8afa92

Complementary Color

#8afa92 #fa8af2

#8afa92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8afa92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8afa92 Color CSS Codes

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

#8afa92 Text Font Color

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

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


#8afa92 Background Color

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

This div background color is #8afa92


#8afa92 Border Color

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

This div border color is #8afa92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8afa92


Comments

No comments written yet.

Please login to write comment.