Color Hex Logo

#8afdbe Color Hex

#8AFDBE
(138,253,190)
0 Favorites   0 Comments

Color spaces of #8afdbe

RGB 138253190
HSL0.410.970.77
HSV147°45°99°
CMYK 0.450.000.25   0.01
XYZ54.900879.371561.1419
Yxy79.37150.28090.4062
Hunter Lab89.0907-45.910721.6734
CIE-Lab91.4021-46.534420.1739

#8afdbe color RGB value is (138,253,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11111101 10111110
Octal 212 375 276
Decimal 138 253 190
Hex 8A FD BE

RGB Percentages of Color #8afdbe

%23.75
%43.55
%32.70

CMYK Percentages of Color #8afdbe

%45
%0
%25
%1

Triadic Colors of #8afdbe

#8afdbe #be8afd #fdbe8a

Analogous Colors of #8afdbe

#8afdbe #8afdf8 #90fd8a

Monochromatic Colors of #8afdbe

#8afdbe

Complementary Color

#8afdbe #fd8ac9

#8afdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8afdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8afdbe Color CSS Codes

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

#8afdbe Text Font Color

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

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


#8afdbe Background Color

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

This div background color is #8afdbe


#8afdbe Border Color

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

This div border color is #8afdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8afdbe

Related Colors


Comments

No comments written yet.

Please login to write comment.