Color Hex Logo

#b0d61c Color Hex

#B0D61C
(176,214,28)
0 Favorites   0 Comments

Color spaces of #b0d61c

RGB 17621428
HSL0.200.770.47
HSV72°87°84°
CMYK 0.180.000.87   0.16
XYZ42.160757.40719.9572
Yxy57.40710.38490.5241
Hunter Lab75.7675-33.267045.2455
CIE-Lab80.4080-34.228776.1143

#b0d61c color RGB value is (176,214,28).

#b0d61c hex color red value is 176, green value is 214 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #b0d61c hue: 0.20 , saturation: 0.77 and the lightness value of b0d61c is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11010110 00011100
Octal 260 326 34
Decimal 176 214 28
Hex B0 D6 1C

RGB Percentages of Color #b0d61c

%42.11
%51.20
%6.70

CMYK Percentages of Color #b0d61c

%18
%0
%87
%16

Triadic Colors of #b0d61c

#b0d61c #1cb0d6 #d61cb0

Analogous Colors of #b0d61c

#b0d61c #53d61c #d69f1c

Monochromatic Colors of #b0d61c

#b0d61c

Complementary Color

#b0d61c #421cd6

#b0d61c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0d61c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0d61c Color CSS Codes

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

#b0d61c Text Font Color

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

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


#b0d61c Background Color

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

This div background color is #b0d61c


#b0d61c Border Color

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

This div border color is #b0d61c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0d61c


Comments

No comments written yet.

Please login to write comment.