Color Hex Logo

#bbd849 Color Hex

#BBD849
(187,216,73)
0 Favorites   0 Comments

Color spaces of #bbd849

RGB 18721673
HSL0.200.650.57
HSV72°66°85°
CMYK 0.130.000.66   0.15
XYZ46.252060.157615.4772
Yxy60.15760.37950.4936
Hunter Lab77.5613-29.287842.4617
CIE-Lab81.9238-28.806364.4565

#bbd849 color RGB value is (187,216,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011000 01001001
Octal 273 330 111
Decimal 187 216 73
Hex BB D8 49

RGB Percentages of Color #bbd849

%39.29
%45.38
%15.34

CMYK Percentages of Color #bbd849

%13
%0
%66
%15

Triadic Colors of #bbd849

#bbd849 #49bbd8 #d849bb

Analogous Colors of #bbd849

#bbd849 #74d849 #d8ae49

Monochromatic Colors of #bbd849

#bbd849

Complementary Color

#bbd849 #6649d8

#bbd849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd849 Color CSS Codes

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

#bbd849 Text Font Color

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

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


#bbd849 Background Color

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

This div background color is #bbd849


#bbd849 Border Color

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

This div border color is #bbd849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd849


Comments

No comments written yet.

Please login to write comment.