Color Hex Logo

#bbd12f Color Hex

#BBD12F
(187,209,47)
0 Favorites   0 Comments

Color spaces of #bbd12f

RGB 18720947
HSL0.190.640.50
HSV68°78°82°
CMYK 0.110.000.78   0.18
XYZ43.807156.371011.2611
Yxy56.37100.39310.5058
Hunter Lab75.0806-27.242243.6637
CIE-Lab79.8245-26.813171.3353

#bbd12f color RGB value is (187,209,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010001 00101111
Octal 273 321 57
Decimal 187 209 47
Hex BB D1 2F

RGB Percentages of Color #bbd12f

%42.21
%47.18
%10.61

CMYK Percentages of Color #bbd12f

%11
%0
%78
%18

Triadic Colors of #bbd12f

#bbd12f #2fbbd1 #d12fbb

Analogous Colors of #bbd12f

#bbd12f #6ad12f #d1962f

Monochromatic Colors of #bbd12f

#bbd12f

Complementary Color

#bbd12f #452fd1

#bbd12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd12f Color CSS Codes

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

#bbd12f Text Font Color

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

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


#bbd12f Background Color

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

This div background color is #bbd12f


#bbd12f Border Color

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

This div border color is #bbd12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd12f


Comments

No comments written yet.

Please login to write comment.