Color Hex Logo

#8af5ad Color Hex

#8AF5AD
(138,245,173)
0 Favorites   0 Comments

Color spaces of #8af5ad

RGB 138245173
HSL0.390.840.75
HSV140°44°96°
CMYK 0.440.000.29   0.04
XYZ50.676573.725251.0946
Yxy73.72520.28880.4201
Hunter Lab85.8634-44.910424.8227
CIE-Lab88.7924-46.252125.2585

#8af5ad color RGB value is (138,245,173).

#8af5ad hex color red value is 138, green value is 245 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8af5ad hue: 0.39 , saturation: 0.84 and the lightness value of 8af5ad is 0.75.

The process color (four color CMYK) of #8af5ad color hex is 0.44, 0.00, 0.29, 0.04. Web safe color of #8af5ad is #99ff99. Color #8af5ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11110101 10101101
Octal 212 365 255
Decimal 138 245 173
Hex 8A F5 AD

RGB Percentages of Color #8af5ad

%24.82
%44.06
%31.12

CMYK Percentages of Color #8af5ad

%44
%0
%29
%4

Triadic Colors of #8af5ad

#8af5ad #ad8af5 #f5ad8a

Analogous Colors of #8af5ad

#8af5ad #8af5e3 #9df58a

Monochromatic Colors of #8af5ad

#8af5ad

Complementary Color

#8af5ad #f58ad2

#8af5ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8af5ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8af5ad Color CSS Codes

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

#8af5ad Text Font Color

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

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


#8af5ad Background Color

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

This div background color is #8af5ad


#8af5ad Border Color

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

This div border color is #8af5ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8af5ad


Comments

No comments written yet.

Please login to write comment.