Color Hex Logo

#8afaed Color Hex

#8AFAED
(138,250,237)
0 Favorites   0 Comments

Color spaces of #8afaed

RGB 138250237
HSL0.480.920.76
HSV173°45°98°
CMYK 0.450.000.05   0.02
XYZ59.952979.888992.3810
Yxy79.88890.25820.3440
Hunter Lab89.3806-36.68541.2861
CIE-Lab91.6350-35.1382-3.7603

#8afaed color RGB value is (138,250,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11111010 11101101
Octal 212 372 355
Decimal 138 250 237
Hex 8A FA ED

RGB Percentages of Color #8afaed

%22.08
%40.00
%37.92

CMYK Percentages of Color #8afaed

%45
%0
%5
%2

Triadic Colors of #8afaed

#8afaed #ed8afa #faed8a

Analogous Colors of #8afaed

#8afaed #8acffa #8afab5

Monochromatic Colors of #8afaed

#8afaed

Complementary Color

#8afaed #fa8a97

#8afaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8afaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8afaed Color CSS Codes

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

#8afaed Text Font Color

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

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


#8afaed Background Color

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

This div background color is #8afaed


#8afaed Border Color

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

This div border color is #8afaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8afaed

Related Colors


Comments

No comments written yet.

Please login to write comment.