Color Hex Logo

#bbeb3d Color Hex

#BBEB3D
(187,235,61)
0 Favorites   0 Comments

Color spaces of #bbeb3d

RGB 18723561
HSL0.210.810.58
HSV77°74°92°
CMYK 0.200.000.74   0.08
XYZ51.044270.318415.2974
Yxy70.31840.37350.5145
Hunter Lab83.8561-38.093047.8833
CIE-Lab87.1528-38.206373.8778

#bbeb3d color RGB value is (187,235,61).

#bbeb3d hex color red value is 187, green value is 235 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bbeb3d hue: 0.21 , saturation: 0.81 and the lightness value of bbeb3d is 0.58.

The process color (four color CMYK) of #bbeb3d color hex is 0.20, 0.00, 0.74, 0.08. Web safe color of #bbeb3d is #ccff33. Color #bbeb3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 00111101
Octal 273 353 75
Decimal 187 235 61
Hex BB EB 3D

RGB Percentages of Color #bbeb3d

%38.72
%48.65
%12.63

CMYK Percentages of Color #bbeb3d

%20
%0
%74
%8

Triadic Colors of #bbeb3d

#bbeb3d #3dbbeb #eb3dbb

Analogous Colors of #bbeb3d

#bbeb3d #64eb3d #ebc43d

Monochromatic Colors of #bbeb3d

#bbeb3d

Complementary Color

#bbeb3d #6d3deb

#bbeb3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeb3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeb3d Color CSS Codes

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

#bbeb3d Text Font Color

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

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


#bbeb3d Background Color

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

This div background color is #bbeb3d


#bbeb3d Border Color

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

This div border color is #bbeb3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeb3d


Comments

No comments written yet.

Please login to write comment.