Color Hex Logo

#bbd147 Color Hex

#BBD147
(187,209,71)
0 Favorites   0 Comments

Color spaces of #bbd147

RGB 18720971
HSL0.190.600.55
HSV70°66°82°
CMYK 0.110.000.66   0.18
XYZ44.431356.620714.5483
Yxy56.62070.38440.4898
Hunter Lab75.2467-26.282041.2095
CIE-Lab79.9658-25.596363.2120

#bbd147 color RGB value is (187,209,71).

#bbd147 hex color red value is 187, green value is 209 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bbd147 hue: 0.19 , saturation: 0.60 and the lightness value of bbd147 is 0.55.

The process color (four color CMYK) of #bbd147 color hex is 0.11, 0.00, 0.66, 0.18. Web safe color of #bbd147 is #cccc33. Color #bbd147 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010001 01000111
Octal 273 321 107
Decimal 187 209 71
Hex BB D1 47

RGB Percentages of Color #bbd147

%40.04
%44.75
%15.20

CMYK Percentages of Color #bbd147

%11
%0
%66
%18

Triadic Colors of #bbd147

#bbd147 #47bbd1 #d147bb

Analogous Colors of #bbd147

#bbd147 #76d147 #d1a247

Monochromatic Colors of #bbd147

#bbd147

Complementary Color

#bbd147 #5d47d1

#bbd147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd147 Color CSS Codes

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

#bbd147 Text Font Color

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

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


#bbd147 Background Color

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

This div background color is #bbd147


#bbd147 Border Color

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

This div border color is #bbd147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd147


Comments

No comments written yet.

Please login to write comment.