Color Hex Logo

#bbc566 Color Hex

#BBC566
(187,197,102)
0 Favorites   0 Comments

Color spaces of #bbc566

RGB 187197102
HSL0.180.450.59
HSV66°48°77°
CMYK 0.050.000.48   0.23
XYZ42.858051.456620.2436
Yxy51.45660.37410.4492
Hunter Lab71.7333-18.886033.4812
CIE-Lab76.9548-17.253246.1177

#bbc566 color RGB value is (187,197,102).

#bbc566 hex color red value is 187, green value is 197 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bbc566 hue: 0.18 , saturation: 0.45 and the lightness value of bbc566 is 0.59.

The process color (four color CMYK) of #bbc566 color hex is 0.05, 0.00, 0.48, 0.23. Web safe color of #bbc566 is #cccc66. Color #bbc566 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 01100110
Octal 273 305 146
Decimal 187 197 102
Hex BB C5 66

RGB Percentages of Color #bbc566

%38.48
%40.53
%20.99

CMYK Percentages of Color #bbc566

%5
%0
%48
%23

Triadic Colors of #bbc566

#bbc566 #66bbc5 #c566bb

Analogous Colors of #bbc566

#bbc566 #8cc566 #c5a066

Monochromatic Colors of #bbc566

#bbc566

Complementary Color

#bbc566 #7066c5

#bbc566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc566 Color CSS Codes

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

#bbc566 Text Font Color

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

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


#bbc566 Background Color

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

This div background color is #bbc566


#bbc566 Border Color

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

This div border color is #bbc566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc566


Comments

No comments written yet.

Please login to write comment.