Color Hex Logo

#8affbe Color Hex

#8AFFBE
(138,255,190)
1 Favorites   0 Comments

Color spaces of #8affbe

RGB 138255190
HSL0.411.000.77
HSV147°46°100°
CMYK 0.460.000.25   0.00
XYZ55.535580.641061.3534
Yxy80.64100.28110.4082
Hunter Lab89.8003-46.760322.3521
CIE-Lab91.9717-47.391020.9659

#8affbe color RGB value is (138,255,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11111111 10111110
Octal 212 377 276
Decimal 138 255 190
Hex 8A FF BE

RGB Percentages of Color #8affbe

%23.67
%43.74
%32.59

CMYK Percentages of Color #8affbe

%46
%0
%25
%0

Triadic Colors of #8affbe

#8affbe #be8aff #ffbe8a

Analogous Colors of #8affbe

#8affbe #8afff9 #91ff8a

Monochromatic Colors of #8affbe

#8affbe

Complementary Color

#8affbe #ff8acb

#8affbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8affbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8affbe Color CSS Codes

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

#8affbe Text Font Color

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

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


#8affbe Background Color

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

This div background color is #8affbe


#8affbe Border Color

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

This div border color is #8affbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8affbe

Related Colors


Comments

No comments written yet.

Please login to write comment.