Color Hex Logo

#bbed7b Color Hex

#BBED7B
(187,237,123)
0 Favorites   0 Comments

Color spaces of #bbed7b

RGB 187237123
HSL0.240.760.71
HSV86°48°93°
CMYK 0.210.000.48   0.07
XYZ54.352972.563229.8803
Yxy72.56320.34660.4628
Hunter Lab85.1840-35.177638.8315
CIE-Lab88.2390-34.290049.7538

#bbed7b color RGB value is (187,237,123).

#bbed7b hex color red value is 187, green value is 237 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bbed7b hue: 0.24 , saturation: 0.76 and the lightness value of bbed7b is 0.71.

The process color (four color CMYK) of #bbed7b color hex is 0.21, 0.00, 0.48, 0.07. Web safe color of #bbed7b is #ccff66. Color #bbed7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101101 01111011
Octal 273 355 173
Decimal 187 237 123
Hex BB ED 7B

RGB Percentages of Color #bbed7b

%34.19
%43.33
%22.49

CMYK Percentages of Color #bbed7b

%21
%0
%48
%7

Triadic Colors of #bbed7b

#bbed7b #7bbbed #ed7bbb

Analogous Colors of #bbed7b

#bbed7b #82ed7b #ede67b

Monochromatic Colors of #bbed7b

#bbed7b

Complementary Color

#bbed7b #ad7bed

#bbed7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbed7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbed7b Color CSS Codes

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

#bbed7b Text Font Color

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

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


#bbed7b Background Color

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

This div background color is #bbed7b


#bbed7b Border Color

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

This div border color is #bbed7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbed7b


Comments

No comments written yet.

Please login to write comment.