Color Hex Logo

#bbc26b Color Hex

#BBC26B
(187,194,107)
0 Favorites   0 Comments

Color spaces of #bbc26b

RGB 187194107
HSL0.180.420.59
HSV65°45°76°
CMYK 0.040.000.45   0.24
XYZ42.439150.209921.3646
Yxy50.20990.37220.4404
Hunter Lab70.8589-17.095331.7248
CIE-Lab76.1979-15.244242.7435

#bbc26b color RGB value is (187,194,107).

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

The process color (four color CMYK) of #bbc26b color hex is 0.04, 0.00, 0.45, 0.24. Web safe color of #bbc26b is #cccc66. Color #bbc26b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000010 01101011
Octal 273 302 153
Decimal 187 194 107
Hex BB C2 6B

RGB Percentages of Color #bbc26b

%38.32
%39.75
%21.93

CMYK Percentages of Color #bbc26b

%4
%0
%45
%24

Triadic Colors of #bbc26b

#bbc26b #6bbbc2 #c26bbb

Analogous Colors of #bbc26b

#bbc26b #90c26b #c29e6b

Monochromatic Colors of #bbc26b

#bbc26b

Complementary Color

#bbc26b #726bc2

#bbc26b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc26b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc26b Color CSS Codes

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

#bbc26b Text Font Color

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

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


#bbc26b Background Color

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

This div background color is #bbc26b


#bbc26b Border Color

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

This div border color is #bbc26b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc26b


Comments

No comments written yet.

Please login to write comment.