Color Hex Logo

#b4ebad Color Hex

#B4EBAD
(180,235,173)
0 Favorites   0 Comments

Color spaces of #b4ebad

RGB 180235173
HSL0.310.610.80
HSV113°26°92°
CMYK 0.230.000.26   0.08
XYZ56.073572.137150.5036
Yxy72.13710.31380.4036
Hunter Lab84.9336-30.787324.1982
CIE-Lab88.0345-29.075024.5533

#b4ebad color RGB value is (180,235,173).

#b4ebad hex color red value is 180, green value is 235 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b4ebad hue: 0.31 , saturation: 0.61 and the lightness value of b4ebad is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101011 10101101
Octal 264 353 255
Decimal 180 235 173
Hex B4 EB AD

RGB Percentages of Color #b4ebad

%30.61
%39.97
%29.42

CMYK Percentages of Color #b4ebad

%23
%0
%26
%8

Triadic Colors of #b4ebad

#b4ebad #adb4eb #ebadb4

Analogous Colors of #b4ebad

#b4ebad #adebc5 #d3ebad

Monochromatic Colors of #b4ebad

#b4ebad

Complementary Color

#b4ebad #e4adeb

#b4ebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ebad Color CSS Codes

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

#b4ebad Text Font Color

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

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


#b4ebad Background Color

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

This div background color is #b4ebad


#b4ebad Border Color

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

This div border color is #b4ebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ebad


Comments

No comments written yet.

Please login to write comment.