Color Hex Logo

#8afcbe Color Hex

#8AFCBE
(138,252,190)
0 Favorites   0 Comments

Color spaces of #8afcbe

RGB 138252190
HSL0.410.950.76
HSV147°45°99°
CMYK 0.450.000.25   0.01
XYZ54.585978.741861.0369
Yxy78.74180.28080.4051
Hunter Lab88.7366-45.485521.3333
CIE-Lab91.1173-46.104519.7774

#8afcbe color RGB value is (138,252,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11111100 10111110
Octal 212 374 276
Decimal 138 252 190
Hex 8A FC BE

RGB Percentages of Color #8afcbe

%23.79
%43.45
%32.76

CMYK Percentages of Color #8afcbe

%45
%0
%25
%1

Triadic Colors of #8afcbe

#8afcbe #be8afc #fcbe8a

Analogous Colors of #8afcbe

#8afcbe #8afcf7 #8ffc8a

Monochromatic Colors of #8afcbe

#8afcbe

Complementary Color

#8afcbe #fc8ac8

#8afcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8afcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8afcbe Color CSS Codes

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

#8afcbe Text Font Color

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

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


#8afcbe Background Color

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

This div background color is #8afcbe


#8afcbe Border Color

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

This div border color is #8afcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8afcbe

Related Colors


Comments

No comments written yet.

Please login to write comment.