Color Hex Logo

#bbda7b Color Hex

#BBDA7B
(187,218,123)
0 Favorites   0 Comments

Color spaces of #bbda7b

RGB 187218123
HSL0.220.560.67
HSV80°44°85°
CMYK 0.140.000.44   0.15
XYZ49.140162.137728.1427
Yxy62.13770.35250.4457
Hunter Lab78.8275-26.673334.0117
CIE-Lab82.9866-25.366343.2678

#bbda7b color RGB value is (187,218,123).

#bbda7b hex color red value is 187, green value is 218 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bbda7b hue: 0.22 , saturation: 0.56 and the lightness value of bbda7b is 0.67.

The process color (four color CMYK) of #bbda7b color hex is 0.14, 0.00, 0.44, 0.15. Web safe color of #bbda7b is #cccc66. Color #bbda7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 01111011
Octal 273 332 173
Decimal 187 218 123
Hex BB DA 7B

RGB Percentages of Color #bbda7b

%35.42
%41.29
%23.30

CMYK Percentages of Color #bbda7b

%14
%0
%44
%15

Triadic Colors of #bbda7b

#bbda7b #7bbbda #da7bbb

Analogous Colors of #bbda7b

#bbda7b #8cda7b #daca7b

Monochromatic Colors of #bbda7b

#bbda7b

Complementary Color

#bbda7b #9a7bda

#bbda7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbda7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbda7b Color CSS Codes

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

#bbda7b Text Font Color

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

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


#bbda7b Background Color

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

This div background color is #bbda7b


#bbda7b Border Color

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

This div border color is #bbda7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbda7b


Comments

No comments written yet.

Please login to write comment.