Color Hex Logo

#8be193 Color Hex

#8BE193
(139,225,147)
0 Favorites   0 Comments

Color spaces of #8be193

RGB 139225147
HSL0.350.590.71
HSV126°38°88°
CMYK 0.380.000.35   0.12
XYZ42.839161.446037.2062
Yxy61.44600.30280.4343
Hunter Lab78.3875-39.627126.7296
CIE-Lab82.6179-41.719830.2069

#8be193 color RGB value is (139,225,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11100001 10010011
Octal 213 341 223
Decimal 139 225 147
Hex 8B E1 93

RGB Percentages of Color #8be193

%27.20
%44.03
%28.77

CMYK Percentages of Color #8be193

%38
%0
%35
%12

Triadic Colors of #8be193

#8be193 #938be1 #e1938b

Analogous Colors of #8be193

#8be193 #8be1be #aee18b

Monochromatic Colors of #8be193

#8be193

Complementary Color

#8be193 #e18bd9

#8be193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8be193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8be193 Color CSS Codes

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

#8be193 Text Font Color

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

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


#8be193 Background Color

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

This div background color is #8be193


#8be193 Border Color

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

This div border color is #8be193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8be193


Comments

No comments written yet.

Please login to write comment.