Color Hex Logo

#8be1bc Color Hex

#8BE1BC
(139,225,188)
0 Favorites   0 Comments

Color spaces of #8be1bc

RGB 139225188
HSL0.430.590.71
HSV154°38°88°
CMYK 0.380.000.16   0.12
XYZ46.649862.970257.2727
Yxy62.97020.27950.3773
Hunter Lab79.3538-33.934112.7557
CIE-Lab83.4267-34.16019.9799

#8be1bc color RGB value is (139,225,188).

#8be1bc hex color red value is 139, green value is 225 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8be1bc hue: 0.43 , saturation: 0.59 and the lightness value of 8be1bc is 0.71.

The process color (four color CMYK) of #8be1bc color hex is 0.38, 0.00, 0.16, 0.12. Web safe color of #8be1bc is #99cccc. Color #8be1bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11100001 10111100
Octal 213 341 274
Decimal 139 225 188
Hex 8B E1 BC

RGB Percentages of Color #8be1bc

%25.18
%40.76
%34.06

CMYK Percentages of Color #8be1bc

%38
%0
%16
%12

Triadic Colors of #8be1bc

#8be1bc #bc8be1 #e1bc8b

Analogous Colors of #8be1bc

#8be1bc #8bdbe1 #8be191

Monochromatic Colors of #8be1bc

#8be1bc

Complementary Color

#8be1bc #e18bb0

#8be1bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8be1bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8be1bc Color CSS Codes

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

#8be1bc Text Font Color

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

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


#8be1bc Background Color

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

This div background color is #8be1bc


#8be1bc Border Color

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

This div border color is #8be1bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8be1bc


Comments

No comments written yet.

Please login to write comment.