Color Hex Logo

#bbf949 Color Hex

#BBF949
(187,249,73)
0 Favorites   0 Comments

Color spaces of #bbf949

RGB 18724973
HSL0.230.940.63
HSV81°71°98°
CMYK 0.250.000.71   0.02
XYZ55.571878.797218.5838
Yxy78.79720.36330.5152
Hunter Lab88.7678-43.596349.7249
CIE-Lab91.1425-43.725673.7884

#bbf949 color RGB value is (187,249,73).

#bbf949 hex color red value is 187, green value is 249 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bbf949 hue: 0.23 , saturation: 0.94 and the lightness value of bbf949 is 0.63.

The process color (four color CMYK) of #bbf949 color hex is 0.25, 0.00, 0.71, 0.02. Web safe color of #bbf949 is #ccff33. Color #bbf949 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 01001001
Octal 273 371 111
Decimal 187 249 73
Hex BB F9 49

RGB Percentages of Color #bbf949

%36.74
%48.92
%14.34

CMYK Percentages of Color #bbf949

%25
%0
%71
%2

Triadic Colors of #bbf949

#bbf949 #49bbf9 #f949bb

Analogous Colors of #bbf949

#bbf949 #63f949 #f9df49

Monochromatic Colors of #bbf949

#bbf949

Complementary Color

#bbf949 #8749f9

#bbf949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf949 Color CSS Codes

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

#bbf949 Text Font Color

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

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


#bbf949 Background Color

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

This div background color is #bbf949


#bbf949 Border Color

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

This div border color is #bbf949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf949


Comments

No comments written yet.

Please login to write comment.