Color Hex Logo

#b4ebbd Color Hex

#B4EBBD
(180,235,189)
0 Favorites   0 Comments

Color spaces of #b4ebbd

RGB 180235189
HSL0.360.580.81
HSV130°23°92°
CMYK 0.230.000.20   0.08
XYZ57.716072.794159.1528
Yxy72.79410.30430.3838
Hunter Lab85.3195-28.559318.6173
CIE-Lab88.3494-26.377016.7197

#b4ebbd color RGB value is (180,235,189).

#b4ebbd hex color red value is 180, green value is 235 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b4ebbd hue: 0.36 , saturation: 0.58 and the lightness value of b4ebbd is 0.81.

The process color (four color CMYK) of #b4ebbd color hex is 0.23, 0.00, 0.20, 0.08. Web safe color of #b4ebbd is #ccffcc. Color #b4ebbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101011 10111101
Octal 264 353 275
Decimal 180 235 189
Hex B4 EB BD

RGB Percentages of Color #b4ebbd

%29.80
%38.91
%31.29

CMYK Percentages of Color #b4ebbd

%23
%0
%20
%8

Triadic Colors of #b4ebbd

#b4ebbd #bdb4eb #ebbdb4

Analogous Colors of #b4ebbd

#b4ebbd #b4ebd9 #c7ebb4

Monochromatic Colors of #b4ebbd

#b4ebbd

Complementary Color

#b4ebbd #ebb4e2

#b4ebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ebbd Color CSS Codes

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

#b4ebbd Text Font Color

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

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


#b4ebbd Background Color

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

This div background color is #b4ebbd


#b4ebbd Border Color

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

This div border color is #b4ebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ebbd


Comments

No comments written yet.

Please login to write comment.