Color Hex Logo

#bbc560 Color Hex

#BBC560
(187,197,96)
0 Favorites   0 Comments

Color spaces of #bbc560

RGB 18719796
HSL0.180.470.57
HSV66°51°77°
CMYK 0.050.000.51   0.23
XYZ42.571151.341818.7326
Yxy51.34180.37790.4558
Hunter Lab71.6532-19.341434.6568
CIE-Lab76.8856-17.812548.9123

#bbc560 color RGB value is (187,197,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 01100000
Octal 273 305 140
Decimal 187 197 96
Hex BB C5 60

RGB Percentages of Color #bbc560

%38.96
%41.04
%20.00

CMYK Percentages of Color #bbc560

%5
%0
%51
%23

Triadic Colors of #bbc560

#bbc560 #60bbc5 #c560bb

Analogous Colors of #bbc560

#bbc560 #89c560 #c59d60

Monochromatic Colors of #bbc560

#bbc560

Complementary Color

#bbc560 #6a60c5

#bbc560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc560 Color CSS Codes

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

#bbc560 Text Font Color

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

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


#bbc560 Background Color

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

This div background color is #bbc560


#bbc560 Border Color

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

This div border color is #bbc560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc560


Comments

No comments written yet.

Please login to write comment.