Color Hex Logo

#8af392 Color Hex

#8AF392
(138,243,146)
0 Favorites   0 Comments

Color spaces of #8af392

RGB 138243146
HSL0.350.810.75
HSV125°43°95°
CMYK 0.430.000.40   0.05
XYZ47.720171.579838.4953
Yxy71.57980.30240.4536
Hunter Lab84.6048-47.378232.2464
CIE-Lab87.7659-49.870237.4862

#8af392 color RGB value is (138,243,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11110011 10010010
Octal 212 363 222
Decimal 138 243 146
Hex 8A F3 92

RGB Percentages of Color #8af392

%26.19
%46.11
%27.70

CMYK Percentages of Color #8af392

%43
%0
%40
%5

Triadic Colors of #8af392

#8af392 #928af3 #f3928a

Analogous Colors of #8af392

#8af392 #8af3c7 #b7f38a

Monochromatic Colors of #8af392

#8af392

Complementary Color

#8af392 #f38aeb

#8af392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8af392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8af392 Color CSS Codes

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

#8af392 Text Font Color

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

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


#8af392 Background Color

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

This div background color is #8af392


#8af392 Border Color

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

This div border color is #8af392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8af392


Comments

No comments written yet.

Please login to write comment.