Color Hex Logo

#b0d76d Color Hex

#B0D76D
(176,215,109)
0 Favorites   0 Comments

Color spaces of #b0d76d

RGB 176215109
HSL0.230.570.64
HSV82°49°84°
CMYK 0.180.000.49   0.16
XYZ44.965358.935123.4737
Yxy58.93510.35300.4627
Hunter Lab76.7692-29.795035.6094
CIE-Lab81.2559-29.608847.7592

#b0d76d color RGB value is (176,215,109).

#b0d76d hex color red value is 176, green value is 215 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #b0d76d hue: 0.23 , saturation: 0.57 and the lightness value of b0d76d is 0.64.

The process color (four color CMYK) of #b0d76d color hex is 0.18, 0.00, 0.49, 0.16. Web safe color of #b0d76d is #99cc66. Color #b0d76d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11010111 01101101
Octal 260 327 155
Decimal 176 215 109
Hex B0 D7 6D

RGB Percentages of Color #b0d76d

%35.20
%43.00
%21.80

CMYK Percentages of Color #b0d76d

%18
%0
%49
%16

Triadic Colors of #b0d76d

#b0d76d #6db0d7 #d76db0

Analogous Colors of #b0d76d

#b0d76d #7bd76d #d7c96d

Monochromatic Colors of #b0d76d

#b0d76d

Complementary Color

#b0d76d #946dd7

#b0d76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0d76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0d76d Color CSS Codes

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

#b0d76d Text Font Color

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

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


#b0d76d Background Color

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

This div background color is #b0d76d


#b0d76d Border Color

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

This div border color is #b0d76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0d76d


Comments

No comments written yet.

Please login to write comment.