Color Hex Logo

#b4eabe Color Hex

#B4EABE
(180,234,190)
0 Favorites   0 Comments

Color spaces of #b4eabe

RGB 180234190
HSL0.360.560.81
HSV131°23°92°
CMYK 0.230.000.19   0.08
XYZ57.539572.266659.6314
Yxy72.26660.30370.3815
Hunter Lab85.0098-27.948017.9170
CIE-Lab88.0968-25.720015.8451

#b4eabe color RGB value is (180,234,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101010 10111110
Octal 264 352 276
Decimal 180 234 190
Hex B4 EA BE

RGB Percentages of Color #b4eabe

%29.80
%38.74
%31.46

CMYK Percentages of Color #b4eabe

%23
%0
%19
%8

Triadic Colors of #b4eabe

#b4eabe #beb4ea #eabeb4

Analogous Colors of #b4eabe

#b4eabe #b4ead9 #c5eab4

Monochromatic Colors of #b4eabe

#b4eabe

Complementary Color

#b4eabe #eab4e0

#b4eabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4eabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4eabe Color CSS Codes

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

#b4eabe Text Font Color

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

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


#b4eabe Background Color

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

This div background color is #b4eabe


#b4eabe Border Color

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

This div border color is #b4eabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4eabe


Comments

No comments written yet.

Please login to write comment.