Color Hex Logo

#bbc249 Color Hex

#BBC249
(187,194,73)
0 Favorites   0 Comments

Color spaces of #bbc249

RGB 18719473
HSL0.180.500.52
HSV63°62°76°
CMYK 0.040.000.62   0.24
XYZ40.987949.629413.7225
Yxy49.62940.39280.4757
Hunter Lab70.4481-19.430037.7647
CIE-Lab75.8412-18.113358.0731

#bbc249 color RGB value is (187,194,73).

#bbc249 hex color red value is 187, green value is 194 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bbc249 hue: 0.18 , saturation: 0.50 and the lightness value of bbc249 is 0.52.

The process color (four color CMYK) of #bbc249 color hex is 0.04, 0.00, 0.62, 0.24. Web safe color of #bbc249 is #cccc33. Color #bbc249 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000010 01001001
Octal 273 302 111
Decimal 187 194 73
Hex BB C2 49

RGB Percentages of Color #bbc249

%41.19
%42.73
%16.08

CMYK Percentages of Color #bbc249

%4
%0
%62
%24

Triadic Colors of #bbc249

#bbc249 #49bbc2 #c249bb

Analogous Colors of #bbc249

#bbc249 #7fc249 #c28d49

Monochromatic Colors of #bbc249

#bbc249

Complementary Color

#bbc249 #5049c2

#bbc249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc249 Color CSS Codes

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

#bbc249 Text Font Color

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

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


#bbc249 Background Color

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

This div background color is #bbc249


#bbc249 Border Color

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

This div border color is #bbc249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc249


Comments

No comments written yet.

Please login to write comment.