Color Hex Logo

#bbe949 Color Hex

#BBE949
(187,233,73)
0 Favorites   0 Comments

Color spaces of #bbe949

RGB 18723373
HSL0.210.780.60
HSV77°69°91°
CMYK 0.200.000.69   0.09
XYZ50.835069.323717.0048
Yxy69.32370.37060.5054
Hunter Lab83.2609-36.723146.1735
CIE-Lab86.6641-36.655969.3026

#bbe949 color RGB value is (187,233,73).

#bbe949 hex color red value is 187, green value is 233 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bbe949 hue: 0.21 , saturation: 0.78 and the lightness value of bbe949 is 0.60.

The process color (four color CMYK) of #bbe949 color hex is 0.20, 0.00, 0.69, 0.09. Web safe color of #bbe949 is #ccff33. Color #bbe949 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101001 01001001
Octal 273 351 111
Decimal 187 233 73
Hex BB E9 49

RGB Percentages of Color #bbe949

%37.93
%47.26
%14.81

CMYK Percentages of Color #bbe949

%20
%0
%69
%9

Triadic Colors of #bbe949

#bbe949 #49bbe9 #e949bb

Analogous Colors of #bbe949

#bbe949 #6be949 #e9c749

Monochromatic Colors of #bbe949

#bbe949

Complementary Color

#bbe949 #7749e9

#bbe949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe949 Color CSS Codes

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

#bbe949 Text Font Color

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

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


#bbe949 Background Color

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

This div background color is #bbe949


#bbe949 Border Color

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

This div border color is #bbe949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe949


Comments

No comments written yet.

Please login to write comment.