Color Hex Logo

#8afcff Color Hex

#8AFCFF
(138,252,255)
0 Favorites   0 Comments

Color spaces of #8afcff

RGB 138252255
HSL0.501.000.77
HSV182°46°100°
CMYK 0.460.010.00   0.00
XYZ63.341682.2441107.1440
Yxy82.24410.25060.3254
Hunter Lab90.6885-34.0312-6.5662
CIE-Lab92.6825-31.7218-11.5459

#8afcff color RGB value is (138,252,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11111100 11111111
Octal 212 374 377
Decimal 138 252 255
Hex 8A FC FF

RGB Percentages of Color #8afcff

%21.40
%39.07
%39.53

CMYK Percentages of Color #8afcff

%46
%1
%0
%0

Triadic Colors of #8afcff

#8afcff #ff8afc #fcff8a

Analogous Colors of #8afcff

#8afcff #8ac2ff #8affc8

Monochromatic Colors of #8afcff

#8afcff

Complementary Color

#8afcff #ff8d8a

#8afcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8afcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8afcff Color CSS Codes

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

#8afcff Text Font Color

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

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


#8afcff Background Color

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

This div background color is #8afcff


#8afcff Border Color

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

This div border color is #8afcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8afcff

Related Colors

#8afcff Color Palettes


Comments

No comments written yet.

Please login to write comment.