Color Hex Logo

#8abffc Color Hex

#8ABFFC
(138,191,252)
0 Favorites   0 Comments

Color spaces of #8abffc

RGB 138191252
HSL0.590.950.76
HSV212°45°99°
CMYK 0.450.240.00   0.01
XYZ46.682749.693299.2268
Yxy49.69320.23870.2541
Hunter Lab70.4934-5.1558-34.1115
CIE-Lab75.8806-1.5410-35.4890

#8abffc color RGB value is (138,191,252).

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

The process color (four color CMYK) of #8abffc color hex is 0.45, 0.24, 0.00, 0.01. Web safe color of #8abffc is #99ccff. Color #8abffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111111 11111100
Octal 212 277 374
Decimal 138 191 252
Hex 8A BF FC

RGB Percentages of Color #8abffc

%23.75
%32.87
%43.37

CMYK Percentages of Color #8abffc

%45
%24
%0
%1

Triadic Colors of #8abffc

#8abffc #fc8abf #bffc8a

Analogous Colors of #8abffc

#8abffc #8e8afc #8af8fc

Monochromatic Colors of #8abffc

#8abffc

Complementary Color

#8abffc #fcc78a

#8abffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abffc Color CSS Codes

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

#8abffc Text Font Color

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

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


#8abffc Background Color

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

This div background color is #8abffc


#8abffc Border Color

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

This div border color is #8abffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abffc


Comments

No comments written yet.

Please login to write comment.