Color Hex Logo

#bbd949 Color Hex

#BBD949
(187,217,73)
0 Favorites   0 Comments

Color spaces of #bbd949

RGB 18721773
HSL0.200.650.57
HSV73°66°85°
CMYK 0.140.000.66   0.15
XYZ46.509060.671515.5628
Yxy60.67150.37890.4943
Hunter Lab77.8919-29.729142.6782
CIE-Lab82.2018-29.277764.7438

#bbd949 color RGB value is (187,217,73).

#bbd949 hex color red value is 187, green value is 217 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bbd949 hue: 0.20 , saturation: 0.65 and the lightness value of bbd949 is 0.57.

The process color (four color CMYK) of #bbd949 color hex is 0.14, 0.00, 0.66, 0.15. Web safe color of #bbd949 is #cccc33. Color #bbd949 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011001 01001001
Octal 273 331 111
Decimal 187 217 73
Hex BB D9 49

RGB Percentages of Color #bbd949

%39.20
%45.49
%15.30

CMYK Percentages of Color #bbd949

%14
%0
%66
%15

Triadic Colors of #bbd949

#bbd949 #49bbd9 #d949bb

Analogous Colors of #bbd949

#bbd949 #73d949 #d9af49

Monochromatic Colors of #bbd949

#bbd949

Complementary Color

#bbd949 #6749d9

#bbd949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd949 Color CSS Codes

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

#bbd949 Text Font Color

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

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


#bbd949 Background Color

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

This div background color is #bbd949


#bbd949 Border Color

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

This div border color is #bbd949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd949


Comments

No comments written yet.

Please login to write comment.