Color Hex Logo

#b0d52a Color Hex

#B0D52A
(176,213,42)
0 Favorites   0 Comments

Color spaces of #b0d52a

RGB 17621342
HSL0.200.670.50
HSV73°80°84°
CMYK 0.170.000.80   0.16
XYZ42.116756.985810.9701
Yxy56.98580.38260.5177
Hunter Lab75.4889-32.517144.2262
CIE-Lab80.1716-33.342472.7494

#b0d52a color RGB value is (176,213,42).

#b0d52a hex color red value is 176, green value is 213 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #b0d52a hue: 0.20 , saturation: 0.67 and the lightness value of b0d52a is 0.50.

The process color (four color CMYK) of #b0d52a color hex is 0.17, 0.00, 0.80, 0.16. Web safe color of #b0d52a is #99cc33. Color #b0d52a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11010101 00101010
Octal 260 325 52
Decimal 176 213 42
Hex B0 D5 2A

RGB Percentages of Color #b0d52a

%40.84
%49.42
%9.74

CMYK Percentages of Color #b0d52a

%17
%0
%80
%16

Triadic Colors of #b0d52a

#b0d52a #2ab0d5 #d52ab0

Analogous Colors of #b0d52a

#b0d52a #5ad52a #d5a52a

Monochromatic Colors of #b0d52a

#b0d52a

Complementary Color

#b0d52a #4f2ad5

#b0d52a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0d52a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0d52a Color CSS Codes

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

#b0d52a Text Font Color

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

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


#b0d52a Background Color

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

This div background color is #b0d52a


#b0d52a Border Color

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

This div border color is #b0d52a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0d52a


Comments

No comments written yet.

Please login to write comment.