Color Hex Logo

#8abffe Color Hex

#8ABFFE
(138,191,254)
0 Favorites   0 Comments

Color spaces of #8abffe

RGB 138191254
HSL0.590.980.77
HSV213°46°100°
CMYK 0.460.250.00   0.00
XYZ47.001449.8206100.9050
Yxy49.82060.23770.2520
Hunter Lab70.5837-4.6591-35.3512
CIE-Lab75.9590-0.9834-36.4408

#8abffe color RGB value is (138,191,254).

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

The process color (four color CMYK) of #8abffe color hex is 0.46, 0.25, 0.00, 0.00. Web safe color of #8abffe is #99ccff. Color #8abffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111111 11111110
Octal 212 277 376
Decimal 138 191 254
Hex 8A BF FE

RGB Percentages of Color #8abffe

%23.67
%32.76
%43.57

CMYK Percentages of Color #8abffe

%46
%25
%0
%0

Triadic Colors of #8abffe

#8abffe #fe8abf #bffe8a

Analogous Colors of #8abffe

#8abffe #8f8afe #8af9fe

Monochromatic Colors of #8abffe

#8abffe

Complementary Color

#8abffe #fec98a

#8abffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abffe Color CSS Codes

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

#8abffe Text Font Color

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

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


#8abffe Background Color

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

This div background color is #8abffe


#8abffe Border Color

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

This div border color is #8abffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abffe

Related Colors


Comments

No comments written yet.

Please login to write comment.