Color Hex Logo

#b4e017 Color Hex

#B4E017
(180,224,23)
0 Favorites   0 Comments

Color spaces of #b4e017

RGB 18022423
HSL0.200.810.48
HSV73°90°88°
CMYK 0.200.000.90   0.12
XYZ45.632763.076510.5805
Yxy63.07650.38250.5288
Hunter Lab79.4207-36.425647.6958
CIE-Lab83.4826-37.288679.5731

#b4e017 color RGB value is (180,224,23).

#b4e017 hex color red value is 180, green value is 224 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #b4e017 hue: 0.20 , saturation: 0.81 and the lightness value of b4e017 is 0.48.

The process color (four color CMYK) of #b4e017 color hex is 0.20, 0.00, 0.90, 0.12. Web safe color of #b4e017 is #cccc00. Color #b4e017 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11100000 00010111
Octal 264 340 27
Decimal 180 224 23
Hex B4 E0 17

RGB Percentages of Color #b4e017

%42.15
%52.46
%5.39

CMYK Percentages of Color #b4e017

%20
%0
%90
%12

Triadic Colors of #b4e017

#b4e017 #17b4e0 #e017b4

Analogous Colors of #b4e017

#b4e017 #50e017 #e0a817

Monochromatic Colors of #b4e017

#b4e017

Complementary Color

#b4e017 #4317e0

#b4e017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4e017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4e017 Color CSS Codes

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

#b4e017 Text Font Color

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

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


#b4e017 Background Color

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

This div background color is #b4e017


#b4e017 Border Color

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

This div border color is #b4e017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4e017


Comments

No comments written yet.

Please login to write comment.