Color Hex Logo

#b4eabc Color Hex

#B4EABC
(180,234,188)
0 Favorites   0 Comments

Color spaces of #b4eabc

RGB 180234188
HSL0.360.560.81
HSV129°23°92°
CMYK 0.230.000.20   0.08
XYZ57.322372.179858.4878
Yxy72.17980.30490.3840
Hunter Lab84.9587-28.242418.6543
CIE-Lab88.0551-26.073216.8260

#b4eabc color RGB value is (180,234,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101010 10111100
Octal 264 352 274
Decimal 180 234 188
Hex B4 EA BC

RGB Percentages of Color #b4eabc

%29.90
%38.87
%31.23

CMYK Percentages of Color #b4eabc

%23
%0
%20
%8

Triadic Colors of #b4eabc

#b4eabc #bcb4ea #eabcb4

Analogous Colors of #b4eabc

#b4eabc #b4ead7 #c7eab4

Monochromatic Colors of #b4eabc

#b4eabc

Complementary Color

#b4eabc #eab4e2

#b4eabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4eabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4eabc Color CSS Codes

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

#b4eabc Text Font Color

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

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


#b4eabc Background Color

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

This div background color is #b4eabc


#b4eabc Border Color

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

This div border color is #b4eabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4eabc


Comments

No comments written yet.

Please login to write comment.