Color Hex Logo

#8afabc Color Hex

#8AFABC
(138,250,188)
0 Favorites   0 Comments

Color spaces of #8afabc

RGB 138250188
HSL0.410.920.76
HSV147°45°98°
CMYK 0.450.000.25   0.02
XYZ53.743977.405359.6851
Yxy77.40530.28160.4056
Hunter Lab87.9803-44.926421.3643
CIE-Lab90.5078-45.625419.9531

#8afabc color RGB value is (138,250,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11111010 10111100
Octal 212 372 274
Decimal 138 250 188
Hex 8A FA BC

RGB Percentages of Color #8afabc

%23.96
%43.40
%32.64

CMYK Percentages of Color #8afabc

%45
%0
%25
%2

Triadic Colors of #8afabc

#8afabc #bc8afa #fabc8a

Analogous Colors of #8afabc

#8afabc #8afaf4 #90fa8a

Monochromatic Colors of #8afabc

#8afabc

Complementary Color

#8afabc #fa8ac8

#8afabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8afabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8afabc Color CSS Codes

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

#8afabc Text Font Color

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

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


#8afabc Background Color

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

This div background color is #8afabc


#8afabc Border Color

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

This div border color is #8afabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8afabc

Related Colors


Comments

No comments written yet.

Please login to write comment.