Color Hex Logo

#b0eaac Color Hex

#B0EAAC
(176,234,172)
0 Favorites   0 Comments

Color spaces of #b0eaac

RGB 176234172
HSL0.320.600.80
HSV116°26°92°
CMYK 0.250.000.26   0.08
XYZ54.773771.054349.8577
Yxy71.05430.31180.4044
Hunter Lab84.2937-31.525423.9370
CIE-Lab87.5114-30.085624.3142

#b0eaac color RGB value is (176,234,172).

#b0eaac hex color red value is 176, green value is 234 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b0eaac hue: 0.32 , saturation: 0.60 and the lightness value of b0eaac is 0.80.

The process color (four color CMYK) of #b0eaac color hex is 0.25, 0.00, 0.26, 0.08. Web safe color of #b0eaac is #99ff99. Color #b0eaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11101010 10101100
Octal 260 352 254
Decimal 176 234 172
Hex B0 EA AC

RGB Percentages of Color #b0eaac

%30.24
%40.21
%29.55

CMYK Percentages of Color #b0eaac

%25
%0
%26
%8

Triadic Colors of #b0eaac

#b0eaac #acb0ea #eaacb0

Analogous Colors of #b0eaac

#b0eaac #aceac7 #cfeaac

Monochromatic Colors of #b0eaac

#b0eaac

Complementary Color

#b0eaac #e6acea

#b0eaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0eaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0eaac Color CSS Codes

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

#b0eaac Text Font Color

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

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


#b0eaac Background Color

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

This div background color is #b0eaac


#b0eaac Border Color

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

This div border color is #b0eaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0eaac


Comments

No comments written yet.

Please login to write comment.