Color Hex Logo

#b0e08c Color Hex

#B0E08C
(176,224,140)
0 Favorites   0 Comments

Color spaces of #b0e08c

RGB 176224140
HSL0.260.580.71
HSV94°38°88°
CMYK 0.210.000.38   0.12
XYZ49.293864.434934.6501
Yxy64.43490.33220.4343
Hunter Lab80.2714-30.859930.5967
CIE-Lab84.1917-30.142736.1986

#b0e08c color RGB value is (176,224,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11100000 10001100
Octal 260 340 214
Decimal 176 224 140
Hex B0 E0 8C

RGB Percentages of Color #b0e08c

%32.59
%41.48
%25.93

CMYK Percentages of Color #b0e08c

%21
%0
%38
%12

Triadic Colors of #b0e08c

#b0e08c #8cb0e0 #e08cb0

Analogous Colors of #b0e08c

#b0e08c #8ce092 #dae08c

Monochromatic Colors of #b0e08c

#b0e08c

Complementary Color

#b0e08c #bc8ce0

#b0e08c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0e08c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0e08c Color CSS Codes

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

#b0e08c Text Font Color

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

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


#b0e08c Background Color

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

This div background color is #b0e08c


#b0e08c Border Color

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

This div border color is #b0e08c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0e08c


Comments

No comments written yet.

Please login to write comment.