Color Hex Logo

#8af5bc Color Hex

#8AF5BC
(138,245,188)
0 Favorites   0 Comments

Color spaces of #8af5bc

RGB 138245188
HSL0.410.840.75
HSV148°44°96°
CMYK 0.440.000.23   0.04
XYZ52.210774.338959.1740
Yxy74.33890.28110.4003
Hunter Lab86.2200-42.794019.6624
CIE-Lab89.0824-43.451017.9640

#8af5bc color RGB value is (138,245,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11110101 10111100
Octal 212 365 274
Decimal 138 245 188
Hex 8A F5 BC

RGB Percentages of Color #8af5bc

%24.17
%42.91
%32.92

CMYK Percentages of Color #8af5bc

%44
%0
%23
%4

Triadic Colors of #8af5bc

#8af5bc #bc8af5 #f5bc8a

Analogous Colors of #8af5bc

#8af5bc #8af5f2 #8ef58a

Monochromatic Colors of #8af5bc

#8af5bc

Complementary Color

#8af5bc #f58ac3

#8af5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8af5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8af5bc Color CSS Codes

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

#8af5bc Text Font Color

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

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


#8af5bc Background Color

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

This div background color is #8af5bc


#8af5bc Border Color

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

This div border color is #8af5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8af5bc


Comments

No comments written yet.

Please login to write comment.