Color Hex Logo

#b3ebaf Color Hex

#B3EBAF
(179,235,175)
0 Favorites   0 Comments

Color spaces of #b3ebaf

RGB 179235175
HSL0.320.600.80
HSV116°26°92°
CMYK 0.240.000.26   0.08
XYZ56.036672.095551.5198
Yxy72.09550.31190.4013
Hunter Lab84.9091-30.788023.4613
CIE-Lab88.0145-29.080723.4874

#b3ebaf color RGB value is (179,235,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101011 10101111
Octal 263 353 257
Decimal 179 235 175
Hex B3 EB AF

RGB Percentages of Color #b3ebaf

%30.39
%39.90
%29.71

CMYK Percentages of Color #b3ebaf

%24
%0
%26
%8

Triadic Colors of #b3ebaf

#b3ebaf #afb3eb #ebafb3

Analogous Colors of #b3ebaf

#b3ebaf #afebc9 #d1ebaf

Monochromatic Colors of #b3ebaf

#b3ebaf

Complementary Color

#b3ebaf #e7afeb

#b3ebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ebaf Color CSS Codes

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

#b3ebaf Text Font Color

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

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


#b3ebaf Background Color

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

This div background color is #b3ebaf


#b3ebaf Border Color

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

This div border color is #b3ebaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,235,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 #b3ebaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ebaf


Comments

No comments written yet.

Please login to write comment.