Color Hex Logo

#b3ebae Color Hex

#B3EBAE
(179,235,174)
0 Favorites   0 Comments

Color spaces of #b3ebae

RGB 179235174
HSL0.320.600.80
HSV115°26°92°
CMYK 0.240.000.26   0.08
XYZ55.938772.056451.0044
Yxy72.05640.31250.4026
Hunter Lab84.8860-30.921623.7954
CIE-Lab87.9957-29.244023.9764

#b3ebae color RGB value is (179,235,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101011 10101110
Octal 263 353 256
Decimal 179 235 174
Hex B3 EB AE

RGB Percentages of Color #b3ebae

%30.44
%39.97
%29.59

CMYK Percentages of Color #b3ebae

%24
%0
%26
%8

Triadic Colors of #b3ebae

#b3ebae #aeb3eb #ebaeb3

Analogous Colors of #b3ebae

#b3ebae #aeebc8 #d2ebae

Monochromatic Colors of #b3ebae

#b3ebae

Complementary Color

#b3ebae #e6aeeb

#b3ebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ebae Color CSS Codes

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

#b3ebae Text Font Color

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

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


#b3ebae Background Color

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

This div background color is #b3ebae


#b3ebae Border Color

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

This div border color is #b3ebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ebae


Comments

No comments written yet.

Please login to write comment.