Color Hex Logo

#b0d76b Color Hex

#B0D76B
(176,215,107)
0 Favorites   0 Comments

Color spaces of #b0d76b

RGB 176215107
HSL0.230.570.63
HSV82°50°84°
CMYK 0.180.000.50   0.16
XYZ44.858858.892522.9130
Yxy58.89250.35420.4649
Hunter Lab76.7414-29.956336.0166
CIE-Lab81.2325-29.815648.6814

#b0d76b color RGB value is (176,215,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11010111 01101011
Octal 260 327 153
Decimal 176 215 107
Hex B0 D7 6B

RGB Percentages of Color #b0d76b

%35.34
%43.17
%21.49

CMYK Percentages of Color #b0d76b

%18
%0
%50
%16

Triadic Colors of #b0d76b

#b0d76b #6bb0d7 #d76bb0

Analogous Colors of #b0d76b

#b0d76b #7ad76b #d7c86b

Monochromatic Colors of #b0d76b

#b0d76b

Complementary Color

#b0d76b #926bd7

#b0d76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0d76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0d76b Color CSS Codes

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

#b0d76b Text Font Color

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

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


#b0d76b Background Color

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

This div background color is #b0d76b


#b0d76b Border Color

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

This div border color is #b0d76b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0d76b


Comments

No comments written yet.

Please login to write comment.