Color Hex Logo

#b4e04d Color Hex

#B4E04D
(180,224,77)
0 Favorites   0 Comments

Color spaces of #b4e04d

RGB 18022477
HSL0.220.700.59
HSV78°66°88°
CMYK 0.200.000.66   0.12
XYZ46.817663.550416.8201
Yxy63.55040.36810.4997
Hunter Lab79.7185-34.676743.2931
CIE-Lab83.7311-35.000064.6371

#b4e04d color RGB value is (180,224,77).

#b4e04d hex color red value is 180, green value is 224 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b4e04d hue: 0.22 , saturation: 0.70 and the lightness value of b4e04d is 0.59.

The process color (four color CMYK) of #b4e04d color hex is 0.20, 0.00, 0.66, 0.12. Web safe color of #b4e04d is #cccc66. Color #b4e04d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11100000 01001101
Octal 264 340 115
Decimal 180 224 77
Hex B4 E0 4D

RGB Percentages of Color #b4e04d

%37.42
%46.57
%16.01

CMYK Percentages of Color #b4e04d

%20
%0
%66
%12

Triadic Colors of #b4e04d

#b4e04d #4db4e0 #e04db4

Analogous Colors of #b4e04d

#b4e04d #6be04d #e0c34d

Monochromatic Colors of #b4e04d

#b4e04d

Complementary Color

#b4e04d #794de0

#b4e04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4e04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4e04d Color CSS Codes

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

#b4e04d Text Font Color

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

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


#b4e04d Background Color

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

This div background color is #b4e04d


#b4e04d Border Color

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

This div border color is #b4e04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4e04d


Comments

No comments written yet.

Please login to write comment.