Color Hex Logo

#bbd37b Color Hex

#BBD37B
(187,211,123)
0 Favorites   0 Comments

Color spaces of #bbd37b

RGB 187211123
HSL0.210.500.65
HSV76°42°83°
CMYK 0.110.000.42   0.17
XYZ47.362958.583427.5503
Yxy58.58340.35480.4388
Hunter Lab76.5398-23.488732.2366
CIE-Lab81.0621-21.968240.8499

#bbd37b color RGB value is (187,211,123).

#bbd37b hex color red value is 187, green value is 211 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bbd37b hue: 0.21 , saturation: 0.50 and the lightness value of bbd37b is 0.65.

The process color (four color CMYK) of #bbd37b color hex is 0.11, 0.00, 0.42, 0.17. Web safe color of #bbd37b is #cccc66. Color #bbd37b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 01111011
Octal 273 323 173
Decimal 187 211 123
Hex BB D3 7B

RGB Percentages of Color #bbd37b

%35.89
%40.50
%23.61

CMYK Percentages of Color #bbd37b

%11
%0
%42
%17

Triadic Colors of #bbd37b

#bbd37b #7bbbd3 #d37bbb

Analogous Colors of #bbd37b

#bbd37b #8fd37b #d3bf7b

Monochromatic Colors of #bbd37b

#bbd37b

Complementary Color

#bbd37b #937bd3

#bbd37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd37b Color CSS Codes

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

#bbd37b Text Font Color

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

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


#bbd37b Background Color

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

This div background color is #bbd37b


#bbd37b Border Color

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

This div border color is #bbd37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd37b


Comments

No comments written yet.

Please login to write comment.