Color Hex Logo

#b7d766 Color Hex

#B7D766
(183,215,102)
0 Favorites   0 Comments

Color spaces of #b7d766

RGB 183215102
HSL0.210.590.62
HSV77°53°84°
CMYK 0.150.000.53   0.16
XYZ46.227259.627521.6432
Yxy59.62750.36260.4677
Hunter Lab77.2188-28.273637.4352
CIE-Lab81.6353-27.633251.6153

#b7d766 color RGB value is (183,215,102).

#b7d766 hex color red value is 183, green value is 215 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #b7d766 hue: 0.21 , saturation: 0.59 and the lightness value of b7d766 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11010111 01100110
Octal 267 327 146
Decimal 183 215 102
Hex B7 D7 66

RGB Percentages of Color #b7d766

%36.60
%43.00
%20.40

CMYK Percentages of Color #b7d766

%15
%0
%53
%16

Triadic Colors of #b7d766

#b7d766 #66b7d7 #d766b7

Analogous Colors of #b7d766

#b7d766 #7fd766 #d7bf66

Monochromatic Colors of #b7d766

#b7d766

Complementary Color

#b7d766 #8666d7

#b7d766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7d766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7d766 Color CSS Codes

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

#b7d766 Text Font Color

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

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


#b7d766 Background Color

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

This div background color is #b7d766


#b7d766 Border Color

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

This div border color is #b7d766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7d766


Comments

No comments written yet.

Please login to write comment.