Color Hex Logo

#8af5fc Color Hex

#8AF5FC
(138,245,252)
0 Favorites   0 Comments

Color spaces of #8af5fc

RGB 138245252
HSL0.510.950.76
HSV184°45°99°
CMYK 0.450.030.00   0.01
XYZ60.704377.7364103.9006
Yxy77.73640.25050.3208
Hunter Lab88.1682-31.3963-8.1517
CIE-Lab90.6595-29.1494-13.0060

#8af5fc color RGB value is (138,245,252).

#8af5fc hex color red value is 138, green value is 245 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8af5fc hue: 0.51 , saturation: 0.95 and the lightness value of 8af5fc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11110101 11111100
Octal 212 365 374
Decimal 138 245 252
Hex 8A F5 FC

RGB Percentages of Color #8af5fc

%21.73
%38.58
%39.69

CMYK Percentages of Color #8af5fc

%45
%3
%0
%1

Triadic Colors of #8af5fc

#8af5fc #fc8af5 #f5fc8a

Analogous Colors of #8af5fc

#8af5fc #8abcfc #8afcca

Monochromatic Colors of #8af5fc

#8af5fc

Complementary Color

#8af5fc #fc918a

#8af5fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8af5fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8af5fc Color CSS Codes

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

#8af5fc Text Font Color

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

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


#8af5fc Background Color

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

This div background color is #8af5fc


#8af5fc Border Color

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

This div border color is #8af5fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8af5fc


Comments

No comments written yet.

Please login to write comment.