Color Hex Logo

#b0ea7e Color Hex

#B0EA7E
(176,234,126)
0 Favorites   0 Comments

Color spaces of #b0ea7e

RGB 176234126
HSL0.260.720.71
HSV92°46°92°
CMYK 0.250.000.46   0.08
XYZ51.093269.582130.4765
Yxy69.58210.33800.4603
Hunter Lab83.4159-36.644536.7292
CIE-Lab86.7915-36.519046.3994

#b0ea7e color RGB value is (176,234,126).

#b0ea7e hex color red value is 176, green value is 234 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b0ea7e hue: 0.26 , saturation: 0.72 and the lightness value of b0ea7e is 0.71.

The process color (four color CMYK) of #b0ea7e color hex is 0.25, 0.00, 0.46, 0.08. Web safe color of #b0ea7e is #99ff66. Color #b0ea7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11101010 01111110
Octal 260 352 176
Decimal 176 234 126
Hex B0 EA 7E

RGB Percentages of Color #b0ea7e

%32.84
%43.66
%23.51

CMYK Percentages of Color #b0ea7e

%25
%0
%46
%8

Triadic Colors of #b0ea7e

#b0ea7e #7eb0ea #ea7eb0

Analogous Colors of #b0ea7e

#b0ea7e #7eea82 #e6ea7e

Monochromatic Colors of #b0ea7e

#b0ea7e

Complementary Color

#b0ea7e #b87eea

#b0ea7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0ea7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0ea7e Color CSS Codes

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

#b0ea7e Text Font Color

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

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


#b0ea7e Background Color

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

This div background color is #b0ea7e


#b0ea7e Border Color

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

This div border color is #b0ea7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,234,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0ea7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0ea7e;
  -webkit-box-shadow: 1px 1px 3px 2px #b0ea7e;
  box-shadow:         1px 1px 3px 2px #b0ea7e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0ea7e


Comments

No comments written yet.

Please login to write comment.