Color Hex Logo

#8affc7 Color Hex

#8AFFC7
(138,255,199)
2 Favorites   1 Comments

Color spaces of #8affc7

RGB 138255199
HSL0.421.000.77
HSV151°46°100°
CMYK 0.460.000.22   0.00
XYZ56.550081.046866.6959
Yxy81.04680.27680.3967
Hunter Lab90.0260-45.420419.0931
CIE-Lab92.1525-45.640316.6156

#8affc7 color RGB value is (138,255,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11111111 11000111
Octal 212 377 307
Decimal 138 255 199
Hex 8A FF C7

RGB Percentages of Color #8affc7

%23.31
%43.07
%33.61

CMYK Percentages of Color #8affc7

%46
%0
%22
%0

Triadic Colors of #8affc7

#8affc7 #c78aff #ffc78a

Analogous Colors of #8affc7

#8affc7 #8afdff #8aff8d

Monochromatic Colors of #8affc7

#8affc7

Complementary Color

#8affc7 #ff8ac2

#8affc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8affc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8affc7 Color CSS Codes

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

#8affc7 Text Font Color

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

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


#8affc7 Background Color

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

This div background color is #8affc7


#8affc7 Border Color

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

This div border color is #8affc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8affc7

Related Colors

#8affc7 Color Palettes


Comments

10 Jan 2020, 22:21 SampaiLoverboy

This green is so pretty, Its the color deviant uses for their logo and it looks so nice.

Please login to write comment.