Color Hex Logo

#b4eabd Color Hex

#B4EABD
(180,234,189)
0 Favorites   0 Comments

Color spaces of #b4eabd

RGB 180234189
HSL0.360.560.81
HSV130°23°92°
CMYK 0.230.000.19   0.08
XYZ57.430572.223159.0576
Yxy72.22310.30430.3827
Hunter Lab84.9842-28.095818.2868
CIE-Lab88.0759-25.897216.3357

#b4eabd color RGB value is (180,234,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101010 10111101
Octal 264 352 275
Decimal 180 234 189
Hex B4 EA BD

RGB Percentages of Color #b4eabd

%29.85
%38.81
%31.34

CMYK Percentages of Color #b4eabd

%23
%0
%19
%8

Triadic Colors of #b4eabd

#b4eabd #bdb4ea #eabdb4

Analogous Colors of #b4eabd

#b4eabd #b4ead8 #c6eab4

Monochromatic Colors of #b4eabd

#b4eabd

Complementary Color

#b4eabd #eab4e1

#b4eabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4eabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4eabd Color CSS Codes

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

#b4eabd Text Font Color

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

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


#b4eabd Background Color

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

This div background color is #b4eabd


#b4eabd Border Color

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

This div border color is #b4eabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4eabd


Comments

No comments written yet.

Please login to write comment.