Color Hex Logo

#8beabc Color Hex

#8BEABC
(139,234,188)
0 Favorites   0 Comments

Color spaces of #8beabc

RGB 139234188
HSL0.420.690.73
HSV151°41°92°
CMYK 0.410.000.20   0.08
XYZ49.147467.965458.1053
Yxy67.96540.28050.3879
Hunter Lab82.4411-37.858915.9206
CIE-Lab85.9891-38.288513.6193

#8beabc color RGB value is (139,234,188).

#8beabc hex color red value is 139, green value is 234 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8beabc hue: 0.42 , saturation: 0.69 and the lightness value of 8beabc is 0.73.

The process color (four color CMYK) of #8beabc color hex is 0.41, 0.00, 0.20, 0.08. Web safe color of #8beabc is #99ffcc. Color #8beabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101010 10111100
Octal 213 352 274
Decimal 139 234 188
Hex 8B EA BC

RGB Percentages of Color #8beabc

%24.78
%41.71
%33.51

CMYK Percentages of Color #8beabc

%41
%0
%20
%8

Triadic Colors of #8beabc

#8beabc #bc8bea #eabc8b

Analogous Colors of #8beabc

#8beabc #8be9ea #8bea8d

Monochromatic Colors of #8beabc

#8beabc

Complementary Color

#8beabc #ea8bb9

#8beabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8beabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8beabc Color CSS Codes

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

#8beabc Text Font Color

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

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


#8beabc Background Color

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

This div background color is #8beabc


#8beabc Border Color

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

This div border color is #8beabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8beabc


Comments

No comments written yet.

Please login to write comment.