Color Hex Logo

#b4ec0f Color Hex

#B4EC0F
(180,236,15)
0 Favorites   0 Comments

Color spaces of #b4ec0f

RGB 18023615
HSL0.210.880.49
HSV75°94°93°
CMYK 0.240.000.94   0.07
XYZ48.904169.728711.3334
Yxy69.72870.37630.5365
Hunter Lab83.5037-41.592650.4056
CIE-Lab86.8636-42.721183.2712

#b4ec0f color RGB value is (180,236,15).

#b4ec0f hex color red value is 180, green value is 236 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b4ec0f hue: 0.21 , saturation: 0.88 and the lightness value of b4ec0f is 0.49.

The process color (four color CMYK) of #b4ec0f color hex is 0.24, 0.00, 0.94, 0.07. Web safe color of #b4ec0f is #ccff00. Color #b4ec0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101100 00001111
Octal 264 354 17
Decimal 180 236 15
Hex B4 EC F

RGB Percentages of Color #b4ec0f

%41.76
%54.76
%3.48

CMYK Percentages of Color #b4ec0f

%24
%0
%94
%7

Triadic Colors of #b4ec0f

#b4ec0f #0fb4ec #ec0fb4

Analogous Colors of #b4ec0f

#b4ec0f #46ec0f #ecb60f

Monochromatic Colors of #b4ec0f

#b4ec0f

Complementary Color

#b4ec0f #470fec

#b4ec0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ec0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ec0f Color CSS Codes

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

#b4ec0f Text Font Color

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

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


#b4ec0f Background Color

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

This div background color is #b4ec0f


#b4ec0f Border Color

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

This div border color is #b4ec0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ec0f


Comments

No comments written yet.

Please login to write comment.