Color Hex Logo

#8afbff Color Hex

#8AFBFF
(138,251,255)
0 Favorites   0 Comments

Color spaces of #8afbff

RGB 138251255
HSL0.511.000.77
HSV182°46°100°
CMYK 0.460.020.00   0.00
XYZ63.028481.6176107.0396
Yxy81.61760.25040.3243
Hunter Lab90.3425-33.5668-7.0083
CIE-Lab92.4058-31.2503-11.9583

#8afbff color RGB value is (138,251,255).

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

The process color (four color CMYK) of #8afbff color hex is 0.46, 0.02, 0.00, 0.00. Web safe color of #8afbff is #99ffff. Color #8afbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11111011 11111111
Octal 212 373 377
Decimal 138 251 255
Hex 8A FB FF

RGB Percentages of Color #8afbff

%21.43
%38.98
%39.60

CMYK Percentages of Color #8afbff

%46
%2
%0
%0

Triadic Colors of #8afbff

#8afbff #ff8afb #fbff8a

Analogous Colors of #8afbff

#8afbff #8ac1ff #8affc9

Monochromatic Colors of #8afbff

#8afbff

Complementary Color

#8afbff #ff8e8a

#8afbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8afbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8afbff Color CSS Codes

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

#8afbff Text Font Color

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

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


#8afbff Background Color

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

This div background color is #8afbff


#8afbff Border Color

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

This div border color is #8afbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8afbff

Related Colors

#8afbff Color Palettes


Comments

No comments written yet.

Please login to write comment.