Color Hex Logo

#b4e99a Color Hex

#B4E99A
(180,233,154)
0 Favorites   0 Comments

Color spaces of #b4e99a

RGB 180233154
HSL0.280.640.76
HSV100°34°91°
CMYK 0.230.000.34   0.09
XYZ53.794070.314241.3086
Yxy70.31420.32520.4251
Hunter Lab83.8536-32.231929.4896
CIE-Lab87.1507-31.026733.0611

#b4e99a color RGB value is (180,233,154).

#b4e99a hex color red value is 180, green value is 233 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #b4e99a hue: 0.28 , saturation: 0.64 and the lightness value of b4e99a is 0.76.

The process color (four color CMYK) of #b4e99a color hex is 0.23, 0.00, 0.34, 0.09. Web safe color of #b4e99a is #ccff99. Color #b4e99a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101001 10011010
Octal 264 351 232
Decimal 180 233 154
Hex B4 E9 9A

RGB Percentages of Color #b4e99a

%31.75
%41.09
%27.16

CMYK Percentages of Color #b4e99a

%23
%0
%34
%9

Triadic Colors of #b4e99a

#b4e99a #9ab4e9 #e99ab4

Analogous Colors of #b4e99a

#b4e99a #9ae9a8 #dce99a

Monochromatic Colors of #b4e99a

#b4e99a

Complementary Color

#b4e99a #cf9ae9

#b4e99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4e99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4e99a Color CSS Codes

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

#b4e99a Text Font Color

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

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


#b4e99a Background Color

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

This div background color is #b4e99a


#b4e99a Border Color

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

This div border color is #b4e99a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4e99a


Comments

No comments written yet.

Please login to write comment.