Color Hex Logo

#8afebb Color Hex

#8AFEBB
(138,254,187)
0 Favorites   0 Comments

Color spaces of #8afebb

RGB 138254187
HSL0.400.980.77
HSV145°46°100°
CMYK 0.460.000.26   0.00
XYZ54.892779.874859.5379
Yxy79.87480.28250.4111
Hunter Lab89.3727-46.767623.0633
CIE-Lab91.6287-47.531322.0202

#8afebb color RGB value is (138,254,187).

#8afebb hex color red value is 138, green value is 254 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8afebb hue: 0.40 , saturation: 0.98 and the lightness value of 8afebb is 0.77.

The process color (four color CMYK) of #8afebb color hex is 0.46, 0.00, 0.26, 0.00. Web safe color of #8afebb is #99ffcc. Color #8afebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11111110 10111011
Octal 212 376 273
Decimal 138 254 187
Hex 8A FE BB

RGB Percentages of Color #8afebb

%23.83
%43.87
%32.30

CMYK Percentages of Color #8afebb

%46
%0
%26
%0

Triadic Colors of #8afebb

#8afebb #bb8afe #febb8a

Analogous Colors of #8afebb

#8afebb #8afef5 #93fe8a

Monochromatic Colors of #8afebb

#8afebb

Complementary Color

#8afebb #fe8acd

#8afebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8afebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8afebb Color CSS Codes

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

#8afebb Text Font Color

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

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


#8afebb Background Color

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

This div background color is #8afebb


#8afebb Border Color

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

This div border color is #8afebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8afebb


Comments

No comments written yet.

Please login to write comment.