Color Hex Logo

#8be6ba Color Hex

#8BE6BA
(139,230,186)
0 Favorites   0 Comments

Color spaces of #8be6ba

RGB 139230186
HSL0.420.650.72
HSV151°40°90°
CMYK 0.400.000.19   0.10
XYZ47.807265.627856.6021
Yxy65.62780.28120.3860
Hunter Lab81.0110-36.430615.2820
CIE-Lab84.8062-36.871112.9909

#8be6ba color RGB value is (139,230,186).

#8be6ba hex color red value is 139, green value is 230 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8be6ba hue: 0.42 , saturation: 0.65 and the lightness value of 8be6ba is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11100110 10111010
Octal 213 346 272
Decimal 139 230 186
Hex 8B E6 BA

RGB Percentages of Color #8be6ba

%25.05
%41.44
%33.51

CMYK Percentages of Color #8be6ba

%40
%0
%19
%10

Triadic Colors of #8be6ba

#8be6ba #ba8be6 #e6ba8b

Analogous Colors of #8be6ba

#8be6ba #8be5e6 #8be68d

Monochromatic Colors of #8be6ba

#8be6ba

Complementary Color

#8be6ba #e68bb7

#8be6ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8be6ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8be6ba Color CSS Codes

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

#8be6ba Text Font Color

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

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


#8be6ba Background Color

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

This div background color is #8be6ba


#8be6ba Border Color

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

This div border color is #8be6ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8be6ba


Comments

No comments written yet.

Please login to write comment.