Color Hex Logo

#8beabd Color Hex

#8BEABD
(139,234,189)
0 Favorites   0 Comments

Color spaces of #8beabd

RGB 139234189
HSL0.420.690.73
HSV152°41°92°
CMYK 0.410.000.19   0.08
XYZ49.255668.008758.6751
Yxy68.00870.28000.3865
Hunter Lab82.4674-37.704615.5427
CIE-Lab86.0108-38.087513.1281

#8beabd color RGB value is (139,234,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101010 10111101
Octal 213 352 275
Decimal 139 234 189
Hex 8B EA BD

RGB Percentages of Color #8beabd

%24.73
%41.64
%33.63

CMYK Percentages of Color #8beabd

%41
%0
%19
%8

Triadic Colors of #8beabd

#8beabd #bd8bea #eabd8b

Analogous Colors of #8beabd

#8beabd #8be8ea #8bea8e

Monochromatic Colors of #8beabd

#8beabd

Complementary Color

#8beabd #ea8bb8

#8beabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8beabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8beabd Color CSS Codes

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

#8beabd Text Font Color

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

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


#8beabd Background Color

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

This div background color is #8beabd


#8beabd Border Color

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

This div border color is #8beabd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,234,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8beabd


Comments

No comments written yet.

Please login to write comment.