Color Hex Logo

#b0d136 Color Hex

#B0D136
(176,209,54)
0 Favorites   0 Comments

Color spaces of #b0d136

RGB 17620954
HSL0.200.630.52
HSV73°74°82°
CMYK 0.160.000.74   0.18
XYZ41.370855.097411.9444
Yxy55.09740.38160.5082
Hunter Lab74.2276-30.411342.4186
CIE-Lab79.0973-30.975668.2199

#b0d136 color RGB value is (176,209,54).

#b0d136 hex color red value is 176, green value is 209 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #b0d136 hue: 0.20 , saturation: 0.63 and the lightness value of b0d136 is 0.52.

The process color (four color CMYK) of #b0d136 color hex is 0.16, 0.00, 0.74, 0.18. Web safe color of #b0d136 is #99cc33. Color #b0d136 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11010001 00110110
Octal 260 321 66
Decimal 176 209 54
Hex B0 D1 36

RGB Percentages of Color #b0d136

%40.09
%47.61
%12.30

CMYK Percentages of Color #b0d136

%16
%0
%74
%18

Triadic Colors of #b0d136

#b0d136 #36b0d1 #d136b0

Analogous Colors of #b0d136

#b0d136 #63d136 #d1a536

Monochromatic Colors of #b0d136

#b0d136

Complementary Color

#b0d136 #5736d1

#b0d136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0d136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0d136 Color CSS Codes

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

#b0d136 Text Font Color

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

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


#b0d136 Background Color

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

This div background color is #b0d136


#b0d136 Border Color

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

This div border color is #b0d136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0d136


Comments

No comments written yet.

Please login to write comment.