Color Hex Logo

#b0eaaf Color Hex

#B0EAAF
(176,234,175)
0 Favorites   0 Comments

Color spaces of #b0eaaf

RGB 176234175
HSL0.330.580.80
HSV119°25°92°
CMYK 0.250.000.25   0.08
XYZ55.065271.170951.3926
Yxy71.17090.31000.4007
Hunter Lab84.3628-31.124722.9354
CIE-Lab87.5680-29.592722.8458

#b0eaaf color RGB value is (176,234,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11101010 10101111
Octal 260 352 257
Decimal 176 234 175
Hex B0 EA AF

RGB Percentages of Color #b0eaaf

%30.09
%40.00
%29.91

CMYK Percentages of Color #b0eaaf

%25
%0
%25
%8

Triadic Colors of #b0eaaf

#b0eaaf #afb0ea #eaafb0

Analogous Colors of #b0eaaf

#b0eaaf #afeacc #ceeaaf

Monochromatic Colors of #b0eaaf

#b0eaaf

Complementary Color

#b0eaaf #e9afea

#b0eaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0eaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0eaaf Color CSS Codes

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

#b0eaaf Text Font Color

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

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


#b0eaaf Background Color

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

This div background color is #b0eaaf


#b0eaaf Border Color

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

This div border color is #b0eaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0eaaf


Comments

No comments written yet.

Please login to write comment.