Color Hex Logo

#8afcfa Color Hex

#8AFCFA
(138,252,250)
0 Favorites   0 Comments

Color spaces of #8afcfa

RGB 138252250
HSL0.500.950.76
HSV179°45°99°
CMYK 0.450.000.01   0.01
XYZ62.547081.9262102.9592
Yxy81.92620.25280.3311
Hunter Lab90.5131-35.0496-4.0836
CIE-Lab92.5423-32.9513-9.1633

#8afcfa color RGB value is (138,252,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11111100 11111010
Octal 212 374 372
Decimal 138 252 250
Hex 8A FC FA

RGB Percentages of Color #8afcfa

%21.56
%39.38
%39.06

CMYK Percentages of Color #8afcfa

%45
%0
%1
%1

Triadic Colors of #8afcfa

#8afcfa #fa8afc #fcfa8a

Analogous Colors of #8afcfa

#8afcfa #8ac5fc #8afcc1

Monochromatic Colors of #8afcfa

#8afcfa

Complementary Color

#8afcfa #fc8a8c

#8afcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8afcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8afcfa Color CSS Codes

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

#8afcfa Text Font Color

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

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


#8afcfa Background Color

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

This div background color is #8afcfa


#8afcfa Border Color

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

This div border color is #8afcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8afcfa


Comments

No comments written yet.

Please login to write comment.