Color Hex Logo

#b0ec3f Color Hex

#B0EC3F
(176,236,63)
0 Favorites   0 Comments

Color spaces of #b0ec3f

RGB 17623663
HSL0.220.820.59
HSV81°73°93°
CMYK 0.250.000.73   0.07
XYZ48.797269.579915.5610
Yxy69.57990.36430.5195
Hunter Lab83.4146-41.553747.3296
CIE-Lab86.7904-42.697772.6592

#b0ec3f color RGB value is (176,236,63).

#b0ec3f hex color red value is 176, green value is 236 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b0ec3f hue: 0.22 , saturation: 0.82 and the lightness value of b0ec3f is 0.59.

The process color (four color CMYK) of #b0ec3f color hex is 0.25, 0.00, 0.73, 0.07. Web safe color of #b0ec3f is #99ff33. Color #b0ec3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11101100 00111111
Octal 260 354 77
Decimal 176 236 63
Hex B0 EC 3F

RGB Percentages of Color #b0ec3f

%37.05
%49.68
%13.26

CMYK Percentages of Color #b0ec3f

%25
%0
%73
%7

Triadic Colors of #b0ec3f

#b0ec3f #3fb0ec #ec3fb0

Analogous Colors of #b0ec3f

#b0ec3f #59ec3f #ecd23f

Monochromatic Colors of #b0ec3f

#b0ec3f

Complementary Color

#b0ec3f #7b3fec

#b0ec3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0ec3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0ec3f Color CSS Codes

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

#b0ec3f Text Font Color

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

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


#b0ec3f Background Color

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

This div background color is #b0ec3f


#b0ec3f Border Color

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

This div border color is #b0ec3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0ec3f


Comments

No comments written yet.

Please login to write comment.