Color Hex Logo

#b0c54e Color Hex

#B0C54E
(176,197,78)
0 Favorites   0 Comments

Color spaces of #b0c54e

RGB 17619778
HSL0.200.510.54
HSV71°60°77°
CMYK 0.110.000.60   0.23
XYZ39.245949.712714.7348
Yxy49.71270.37850.4794
Hunter Lab70.5072-24.030636.9645
CIE-Lab75.8926-23.763955.7542

#b0c54e color RGB value is (176,197,78).

#b0c54e hex color red value is 176, green value is 197 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #b0c54e hue: 0.20 , saturation: 0.51 and the lightness value of b0c54e is 0.54.

The process color (four color CMYK) of #b0c54e color hex is 0.11, 0.00, 0.60, 0.23. Web safe color of #b0c54e is #99cc66. Color #b0c54e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11000101 01001110
Octal 260 305 116
Decimal 176 197 78
Hex B0 C5 4E

RGB Percentages of Color #b0c54e

%39.02
%43.68
%17.29

CMYK Percentages of Color #b0c54e

%11
%0
%60
%23

Triadic Colors of #b0c54e

#b0c54e #4eb0c5 #c54eb0

Analogous Colors of #b0c54e

#b0c54e #75c54e #c59f4e

Monochromatic Colors of #b0c54e

#b0c54e

Complementary Color

#b0c54e #634ec5

#b0c54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0c54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0c54e Color CSS Codes

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

#b0c54e Text Font Color

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

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


#b0c54e Background Color

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

This div background color is #b0c54e


#b0c54e Border Color

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

This div border color is #b0c54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0c54e


Comments

No comments written yet.

Please login to write comment.