Color Hex Logo

#8ab1fe Color Hex

#8AB1FE
(138,177,254)
0 Favorites   0 Comments

Color spaces of #8ab1fe

RGB 138177254
HSL0.610.980.77
HSV220°46°100°
CMYK 0.460.300.00   0.00
XYZ44.092844.003399.9355
Yxy44.00330.23450.2340
Hunter Lab66.33502.5626-42.8875
CIE-Lab72.23076.7566-42.2424

#8ab1fe color RGB value is (138,177,254).

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

The process color (four color CMYK) of #8ab1fe color hex is 0.46, 0.30, 0.00, 0.00. Web safe color of #8ab1fe is #9999ff. Color #8ab1fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10110001 11111110
Octal 212 261 376
Decimal 138 177 254
Hex 8A B1 FE

RGB Percentages of Color #8ab1fe

%24.25
%31.11
%44.64

CMYK Percentages of Color #8ab1fe

%46
%30
%0
%0

Triadic Colors of #8ab1fe

#8ab1fe #fe8ab1 #b1fe8a

Analogous Colors of #8ab1fe

#8ab1fe #9d8afe #8aebfe

Monochromatic Colors of #8ab1fe

#8ab1fe

Complementary Color

#8ab1fe #fed78a

#8ab1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ab1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ab1fe Color CSS Codes

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

#8ab1fe Text Font Color

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

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


#8ab1fe Background Color

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

This div background color is #8ab1fe


#8ab1fe Border Color

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

This div border color is #8ab1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ab1fe


Comments

No comments written yet.

Please login to write comment.