Color Hex Logo

#8be472 Color Hex

#8BE472
(139,228,114)
0 Favorites   0 Comments

Color spaces of #8be472

RGB 139228114
HSL0.300.680.67
HSV107°50°89°
CMYK 0.390.000.50   0.11
XYZ41.428162.190725.7401
Yxy62.19070.32030.4808
Hunter Lab78.8611-44.235535.8506
CIE-Lab83.0147-47.686147.0501

#8be472 color RGB value is (139,228,114).

#8be472 hex color red value is 139, green value is 228 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #8be472 hue: 0.30 , saturation: 0.68 and the lightness value of 8be472 is 0.67.

The process color (four color CMYK) of #8be472 color hex is 0.39, 0.00, 0.50, 0.11. Web safe color of #8be472 is #99cc66. Color #8be472 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11100100 01110010
Octal 213 344 162
Decimal 139 228 114
Hex 8B E4 72

RGB Percentages of Color #8be472

%28.90
%47.40
%23.70

CMYK Percentages of Color #8be472

%39
%0
%50
%11

Triadic Colors of #8be472

#8be472 #728be4 #e4728b

Analogous Colors of #8be472

#8be472 #72e492 #c4e472

Monochromatic Colors of #8be472

#8be472

Complementary Color

#8be472 #cb72e4

#8be472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8be472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8be472 Color CSS Codes

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

#8be472 Text Font Color

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

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


#8be472 Background Color

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

This div background color is #8be472


#8be472 Border Color

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

This div border color is #8be472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8be472


Comments

No comments written yet.

Please login to write comment.