Color Hex Logo

#8abeff Color Hex

#8ABEFF
(138,190,255)
0 Favorites   0 Comments

Color spaces of #8abeff

RGB 138190255
HSL0.591.000.77
HSV213°46°100°
CMYK 0.460.250.00   0.00
XYZ46.944749.4502101.6783
Yxy49.45020.23700.2497
Hunter Lab70.3208-3.8986-36.5040
CIE-Lab75.7306-0.1577-37.3316

#8abeff color RGB value is (138,190,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111110 11111111
Octal 212 276 377
Decimal 138 190 255
Hex 8A BE FF

RGB Percentages of Color #8abeff

%23.67
%32.59
%43.74

CMYK Percentages of Color #8abeff

%46
%25
%0
%0

Triadic Colors of #8abeff

#8abeff #ff8abe #beff8a

Analogous Colors of #8abeff

#8abeff #918aff #8af9ff

Monochromatic Colors of #8abeff

#8abeff

Complementary Color

#8abeff #ffcb8a

#8abeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abeff Color CSS Codes

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

#8abeff Text Font Color

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

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


#8abeff Background Color

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

This div background color is #8abeff


#8abeff Border Color

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

This div border color is #8abeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abeff


Comments

No comments written yet.

Please login to write comment.