Color Hex Logo

#b4dc2e Color Hex

#B4DC2E
(180,220,46)
0 Favorites   0 Comments

Color spaces of #b4dc2e

RGB 18022046
HSL0.200.710.52
HSV74°79°86°
CMYK 0.180.000.79   0.14
XYZ44.908761.087012.0088
Yxy61.08700.38060.5177
Hunter Lab78.1582-34.213045.6010
CIE-Lab82.4255-34.813773.7863

#b4dc2e color RGB value is (180,220,46).

#b4dc2e hex color red value is 180, green value is 220 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b4dc2e hue: 0.20 , saturation: 0.71 and the lightness value of b4dc2e is 0.52.

The process color (four color CMYK) of #b4dc2e color hex is 0.18, 0.00, 0.79, 0.14. Web safe color of #b4dc2e is #cccc33. Color #b4dc2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011100 00101110
Octal 264 334 56
Decimal 180 220 46
Hex B4 DC 2E

RGB Percentages of Color #b4dc2e

%40.36
%49.33
%10.31

CMYK Percentages of Color #b4dc2e

%18
%0
%79
%14

Triadic Colors of #b4dc2e

#b4dc2e #2eb4dc #dc2eb4

Analogous Colors of #b4dc2e

#b4dc2e #5ddc2e #dcad2e

Monochromatic Colors of #b4dc2e

#b4dc2e

Complementary Color

#b4dc2e #562edc

#b4dc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4dc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4dc2e Color CSS Codes

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

#b4dc2e Text Font Color

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

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


#b4dc2e Background Color

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

This div background color is #b4dc2e


#b4dc2e Border Color

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

This div border color is #b4dc2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4dc2e


Comments

No comments written yet.

Please login to write comment.