Color Hex Logo

#bbbe60 Color Hex

#BBBE60
(187,190,96)
0 Favorites   0 Comments

Color spaces of #bbbe60

RGB 18719096
HSL0.170.420.56
HSV62°49°75°
CMYK 0.020.000.49   0.25
XYZ41.018348.236218.2150
Yxy48.23620.38170.4488
Hunter Lab69.4523-16.120033.0668
CIE-Lab74.9737-14.280546.6499

#bbbe60 color RGB value is (187,190,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 01100000
Octal 273 276 140
Decimal 187 190 96
Hex BB BE 60

RGB Percentages of Color #bbbe60

%39.53
%40.17
%20.30

CMYK Percentages of Color #bbbe60

%2
%0
%49
%25

Triadic Colors of #bbbe60

#bbbe60 #60bbbe #be60bb

Analogous Colors of #bbbe60

#bbbe60 #8cbe60 #be9260

Monochromatic Colors of #bbbe60

#bbbe60

Complementary Color

#bbbe60 #6360be

#bbbe60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbe60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbe60 Color CSS Codes

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

#bbbe60 Text Font Color

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

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


#bbbe60 Background Color

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

This div background color is #bbbe60


#bbbe60 Border Color

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

This div border color is #bbbe60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbe60


Comments

No comments written yet.

Please login to write comment.