Color Hex Logo

#b3ebaa Color Hex

#B3EBAA
(179,235,170)
0 Favorites   0 Comments

Color spaces of #b3ebaa

RGB 179235170
HSL0.310.620.79
HSV112°28°92°
CMYK 0.240.000.28   0.08
XYZ55.554471.902648.9808
Yxy71.90260.31490.4075
Hunter Lab84.7954-31.446225.1088
CIE-Lab87.9217-29.886625.9307

#b3ebaa color RGB value is (179,235,170).

#b3ebaa hex color red value is 179, green value is 235 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b3ebaa hue: 0.31 , saturation: 0.62 and the lightness value of b3ebaa is 0.79.

The process color (four color CMYK) of #b3ebaa color hex is 0.24, 0.00, 0.28, 0.08. Web safe color of #b3ebaa is #ccff99. Color #b3ebaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101011 10101010
Octal 263 353 252
Decimal 179 235 170
Hex B3 EB AA

RGB Percentages of Color #b3ebaa

%30.65
%40.24
%29.11

CMYK Percentages of Color #b3ebaa

%24
%0
%28
%8

Triadic Colors of #b3ebaa

#b3ebaa #aab3eb #ebaab3

Analogous Colors of #b3ebaa

#b3ebaa #aaebc2 #d4ebaa

Monochromatic Colors of #b3ebaa

#b3ebaa

Complementary Color

#b3ebaa #e2aaeb

#b3ebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ebaa Color CSS Codes

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

#b3ebaa Text Font Color

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

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


#b3ebaa Background Color

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

This div background color is #b3ebaa


#b3ebaa Border Color

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

This div border color is #b3ebaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,235,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3ebaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3ebaa;
  -webkit-box-shadow: 1px 1px 3px 2px #b3ebaa;
  box-shadow:         1px 1px 3px 2px #b3ebaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,235,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ebaa


Comments

No comments written yet.

Please login to write comment.