Color Hex Logo

#b7d64d Color Hex

#B7D64D
(183,214,77)
0 Favorites   0 Comments

Color spaces of #b7d64d

RGB 18321477
HSL0.200.630.57
HSV74°64°84°
CMYK 0.140.000.64   0.16
XYZ44.914658.696215.9834
Yxy58.69620.37560.4908
Hunter Lab76.6134-29.428041.2601
CIE-Lab81.1243-29.188161.9523

#b7d64d color RGB value is (183,214,77).

#b7d64d hex color red value is 183, green value is 214 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b7d64d hue: 0.20 , saturation: 0.63 and the lightness value of b7d64d is 0.57.

The process color (four color CMYK) of #b7d64d color hex is 0.14, 0.00, 0.64, 0.16. Web safe color of #b7d64d is #cccc66. Color #b7d64d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11010110 01001101
Octal 267 326 115
Decimal 183 214 77
Hex B7 D6 4D

RGB Percentages of Color #b7d64d

%38.61
%45.15
%16.24

CMYK Percentages of Color #b7d64d

%14
%0
%64
%16

Triadic Colors of #b7d64d

#b7d64d #4db7d6 #d64db7

Analogous Colors of #b7d64d

#b7d64d #73d64d #d6b14d

Monochromatic Colors of #b7d64d

#b7d64d

Complementary Color

#b7d64d #6c4dd6

#b7d64d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7d64d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7d64d Color CSS Codes

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

#b7d64d Text Font Color

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

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


#b7d64d Background Color

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

This div background color is #b7d64d


#b7d64d Border Color

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

This div border color is #b7d64d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7d64d


Comments

No comments written yet.

Please login to write comment.