Color Hex Logo

#8abbfe Color Hex

#8ABBFE
(138,187,254)
0 Favorites   0 Comments

Color spaces of #8abbfe

RGB 138187254
HSL0.600.980.77
HSV215°46°100°
CMYK 0.460.260.00   0.00
XYZ46.140948.0997100.6182
Yxy48.09970.23680.2468
Hunter Lab69.3539-2.6141-37.4697
CIE-Lab74.88781.2062-38.1029

#8abbfe color RGB value is (138,187,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111011 11111110
Octal 212 273 376
Decimal 138 187 254
Hex 8A BB FE

RGB Percentages of Color #8abbfe

%23.83
%32.30
%43.87

CMYK Percentages of Color #8abbfe

%46
%26
%0
%0

Triadic Colors of #8abbfe

#8abbfe #fe8abb #bbfe8a

Analogous Colors of #8abbfe

#8abbfe #938afe #8af5fe

Monochromatic Colors of #8abbfe

#8abbfe

Complementary Color

#8abbfe #fecd8a

#8abbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abbfe Color CSS Codes

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

#8abbfe Text Font Color

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

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


#8abbfe Background Color

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

This div background color is #8abbfe


#8abbfe Border Color

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

This div border color is #8abbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.