Color Hex Logo

#b5dc4c Color Hex

#B5DC4C
(181,220,76)
0 Favorites   0 Comments

Color spaces of #b5dc4c

RGB 18122076
HSL0.210.670.58
HSV76°65°86°
CMYK 0.180.000.65   0.14
XYZ45.953861.532016.2923
Yxy61.53200.37130.4971
Hunter Lab78.4423-32.703642.5952
CIE-Lab82.6639-32.843563.9315

#b5dc4c color RGB value is (181,220,76).

#b5dc4c hex color red value is 181, green value is 220 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #b5dc4c hue: 0.21 , saturation: 0.67 and the lightness value of b5dc4c is 0.58.

The process color (four color CMYK) of #b5dc4c color hex is 0.18, 0.00, 0.65, 0.14. Web safe color of #b5dc4c is #cccc33. Color #b5dc4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011100 01001100
Octal 265 334 114
Decimal 181 220 76
Hex B5 DC 4C

RGB Percentages of Color #b5dc4c

%37.95
%46.12
%15.93

CMYK Percentages of Color #b5dc4c

%18
%0
%65
%14

Triadic Colors of #b5dc4c

#b5dc4c #4cb5dc #dc4cb5

Analogous Colors of #b5dc4c

#b5dc4c #6ddc4c #dcbb4c

Monochromatic Colors of #b5dc4c

#b5dc4c

Complementary Color

#b5dc4c #734cdc

#b5dc4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5dc4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5dc4c Color CSS Codes

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

#b5dc4c Text Font Color

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

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


#b5dc4c Background Color

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

This div background color is #b5dc4c


#b5dc4c Border Color

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

This div border color is #b5dc4c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,220,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5dc4c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5dc4c;
  -webkit-box-shadow: 1px 1px 3px 2px #b5dc4c;
  box-shadow:         1px 1px 3px 2px #b5dc4c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,220,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5dc4c


Comments

No comments written yet.

Please login to write comment.