Color Hex Logo

#bbcd2e Color Hex

#BBCD2E
(187,205,46)
0 Favorites   0 Comments

Color spaces of #bbcd2e

RGB 18720546
HSL0.190.630.49
HSV67°78°80°
CMYK 0.090.000.78   0.20
XYZ42.818054.424710.8330
Yxy54.42470.39620.5036
Hunter Lab73.7731-25.501342.9349
CIE-Lab78.7087-24.932770.6166

#bbcd2e color RGB value is (187,205,46).

#bbcd2e hex color red value is 187, green value is 205 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bbcd2e hue: 0.19 , saturation: 0.63 and the lightness value of bbcd2e is 0.49.

The process color (four color CMYK) of #bbcd2e color hex is 0.09, 0.00, 0.78, 0.20. Web safe color of #bbcd2e is #cccc33. Color #bbcd2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001101 00101110
Octal 273 315 56
Decimal 187 205 46
Hex BB CD 2E

RGB Percentages of Color #bbcd2e

%42.69
%46.80
%10.50

CMYK Percentages of Color #bbcd2e

%9
%0
%78
%20

Triadic Colors of #bbcd2e

#bbcd2e #2ebbcd #cd2ebb

Analogous Colors of #bbcd2e

#bbcd2e #6ccd2e #cd902e

Monochromatic Colors of #bbcd2e

#bbcd2e

Complementary Color

#bbcd2e #402ecd

#bbcd2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcd2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcd2e Color CSS Codes

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

#bbcd2e Text Font Color

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

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


#bbcd2e Background Color

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

This div background color is #bbcd2e


#bbcd2e Border Color

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

This div border color is #bbcd2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcd2e


Comments

No comments written yet.

Please login to write comment.