Color Hex Logo

#8afdfa Color Hex

#8AFDFA
(138,253,250)
0 Favorites   0 Comments

Color spaces of #8afdfa

RGB 138253250
HSL0.500.970.77
HSV178°45°99°
CMYK 0.450.000.01   0.01
XYZ62.861882.5560103.0642
Yxy82.55600.25300.3322
Hunter Lab90.8603-35.5102-3.6513
CIE-Lab92.8197-33.4187-8.7517

#8afdfa color RGB value is (138,253,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11111101 11111010
Octal 212 375 372
Decimal 138 253 250
Hex 8A FD FA

RGB Percentages of Color #8afdfa

%21.53
%39.47
%39.00

CMYK Percentages of Color #8afdfa

%45
%0
%1
%1

Triadic Colors of #8afdfa

#8afdfa #fa8afd #fdfa8a

Analogous Colors of #8afdfa

#8afdfa #8ac7fd #8afdc1

Monochromatic Colors of #8afdfa

#8afdfa

Complementary Color

#8afdfa #fd8a8d

#8afdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8afdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8afdfa Color CSS Codes

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

#8afdfa Text Font Color

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

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


#8afdfa Background Color

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

This div background color is #8afdfa


#8afdfa Border Color

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

This div border color is #8afdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8afdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.