Color Hex Logo

#b5d64f Color Hex

#B5D64F
(181,214,79)
0 Favorites   0 Comments

Color spaces of #b5d64f

RGB 18121479
HSL0.210.620.57
HSV75°63°84°
CMYK 0.150.000.63   0.16
XYZ44.513958.481416.3390
Yxy58.48140.37300.4901
Hunter Lab76.4731-29.925740.8635
CIE-Lab81.0057-29.838460.9711

#b5d64f color RGB value is (181,214,79).

#b5d64f hex color red value is 181, green value is 214 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #b5d64f hue: 0.21 , saturation: 0.62 and the lightness value of b5d64f is 0.57.

The process color (four color CMYK) of #b5d64f color hex is 0.15, 0.00, 0.63, 0.16. Web safe color of #b5d64f is #cccc66. Color #b5d64f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11010110 01001111
Octal 265 326 117
Decimal 181 214 79
Hex B5 D6 4F

RGB Percentages of Color #b5d64f

%38.19
%45.15
%16.67

CMYK Percentages of Color #b5d64f

%15
%0
%63
%16

Triadic Colors of #b5d64f

#b5d64f #4fb5d6 #d64fb5

Analogous Colors of #b5d64f

#b5d64f #72d64f #d6b44f

Monochromatic Colors of #b5d64f

#b5d64f

Complementary Color

#b5d64f #704fd6

#b5d64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5d64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5d64f Color CSS Codes

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

#b5d64f Text Font Color

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

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


#b5d64f Background Color

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

This div background color is #b5d64f


#b5d64f Border Color

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

This div border color is #b5d64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5d64f


Comments

No comments written yet.

Please login to write comment.