Color Hex Logo

#bbd763 Color Hex

#BBD763
(187,215,99)
0 Favorites   0 Comments

Color spaces of #bbd763

RGB 18721599
HSL0.210.590.62
HSV74°54°84°
CMYK 0.130.000.54   0.16
XYZ47.046160.066520.9188
Yxy60.06650.36750.4692
Hunter Lab77.5026-27.275338.2488
CIE-Lab81.8743-26.355153.3445

#bbd763 color RGB value is (187,215,99).

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

The process color (four color CMYK) of #bbd763 color hex is 0.13, 0.00, 0.54, 0.16. Web safe color of #bbd763 is #cccc66. Color #bbd763 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010111 01100011
Octal 273 327 143
Decimal 187 215 99
Hex BB D7 63

RGB Percentages of Color #bbd763

%37.33
%42.91
%19.76

CMYK Percentages of Color #bbd763

%13
%0
%54
%16

Triadic Colors of #bbd763

#bbd763 #63bbd7 #d763bb

Analogous Colors of #bbd763

#bbd763 #81d763 #d7b963

Monochromatic Colors of #bbd763

#bbd763

Complementary Color

#bbd763 #7f63d7

#bbd763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd763 Color CSS Codes

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

#bbd763 Text Font Color

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

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


#bbd763 Background Color

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

This div background color is #bbd763


#bbd763 Border Color

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

This div border color is #bbd763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd763


Comments

No comments written yet.

Please login to write comment.