Color Hex Logo

#bbbe63 Color Hex

#BBBE63
(187,190,99)
0 Favorites   0 Comments

Color spaces of #bbbe63

RGB 18719099
HSL0.170.410.57
HSV62°48°75°
CMYK 0.020.000.48   0.25
XYZ41.159148.292618.9565
Yxy48.29260.37970.4455
Hunter Lab69.4929-15.890932.4717
CIE-Lab75.0091-14.001445.2355

#bbbe63 color RGB value is (187,190,99).

#bbbe63 hex color red value is 187, green value is 190 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #bbbe63 hue: 0.17 , saturation: 0.41 and the lightness value of bbbe63 is 0.57.

The process color (four color CMYK) of #bbbe63 color hex is 0.02, 0.00, 0.48, 0.25. Web safe color of #bbbe63 is #cccc66. Color #bbbe63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 01100011
Octal 273 276 143
Decimal 187 190 99
Hex BB BE 63

RGB Percentages of Color #bbbe63

%39.29
%39.92
%20.80

CMYK Percentages of Color #bbbe63

%2
%0
%48
%25

Triadic Colors of #bbbe63

#bbbe63 #63bbbe #be63bb

Analogous Colors of #bbbe63

#bbbe63 #8ebe63 #be9463

Monochromatic Colors of #bbbe63

#bbbe63

Complementary Color

#bbbe63 #6663be

#bbbe63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbe63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbe63 Color CSS Codes

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

#bbbe63 Text Font Color

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

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


#bbbe63 Background Color

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

This div background color is #bbbe63


#bbbe63 Border Color

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

This div border color is #bbbe63


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,190,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 #bbbe63">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbe63


Comments

No comments written yet.

Please login to write comment.