Color Hex Logo

#8abfc7 Color Hex

#8ABFC7
(138,191,199)
0 Favorites   0 Comments

Color spaces of #8abfc7

RGB 138191199
HSL0.520.350.66
HSV188°31°78°
CMYK 0.310.040.00   0.22
XYZ39.420846.788460.9862
Yxy46.78840.26780.3179
Hunter Lab68.4020-16.8322-4.9806
CIE-Lab74.0542-15.2877-9.5961

#8abfc7 color RGB value is (138,191,199).

#8abfc7 hex color red value is 138, green value is 191 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #8abfc7 hue: 0.52 , saturation: 0.35 and the lightness value of 8abfc7 is 0.66.

The process color (four color CMYK) of #8abfc7 color hex is 0.31, 0.04, 0.00, 0.22. Web safe color of #8abfc7 is #99cccc. Color #8abfc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111111 11000111
Octal 212 277 307
Decimal 138 191 199
Hex 8A BF C7

RGB Percentages of Color #8abfc7

%26.14
%36.17
%37.69

CMYK Percentages of Color #8abfc7

%31
%4
%0
%22

Triadic Colors of #8abfc7

#8abfc7 #c78abf #bfc78a

Analogous Colors of #8abfc7

#8abfc7 #8aa1c7 #8ac7b1

Monochromatic Colors of #8abfc7

#8abfc7

Complementary Color

#8abfc7 #c7928a

#8abfc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abfc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abfc7 Color CSS Codes

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

#8abfc7 Text Font Color

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

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


#8abfc7 Background Color

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

This div background color is #8abfc7


#8abfc7 Border Color

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

This div border color is #8abfc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abfc7


Comments

No comments written yet.

Please login to write comment.