Color Hex Logo

#8af7eb Color Hex

#8AF7EB
(138,247,235)
0 Favorites   0 Comments

Color spaces of #8af7eb

RGB 138247235
HSL0.480.870.75
HSV173°44°97°
CMYK 0.440.000.05   0.03
XYZ58.737477.923090.5421
Yxy77.92300.25850.3430
Hunter Lab88.2740-35.70590.9784
CIE-Lab90.7448-34.2187-4.0305

#8af7eb color RGB value is (138,247,235).

#8af7eb hex color red value is 138, green value is 247 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8af7eb hue: 0.48 , saturation: 0.87 and the lightness value of 8af7eb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11110111 11101011
Octal 212 367 353
Decimal 138 247 235
Hex 8A F7 EB

RGB Percentages of Color #8af7eb

%22.26
%39.84
%37.90

CMYK Percentages of Color #8af7eb

%44
%0
%5
%3

Triadic Colors of #8af7eb

#8af7eb #eb8af7 #f7eb8a

Analogous Colors of #8af7eb

#8af7eb #8acdf7 #8af7b5

Monochromatic Colors of #8af7eb

#8af7eb

Complementary Color

#8af7eb #f78a96

#8af7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8af7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8af7eb Color CSS Codes

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

#8af7eb Text Font Color

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

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


#8af7eb Background Color

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

This div background color is #8af7eb


#8af7eb Border Color

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

This div border color is #8af7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8af7eb


Comments

No comments written yet.

Please login to write comment.