Color Hex Logo

#bbd72f Color Hex

#BBD72F
(187,215,47)
0 Favorites   0 Comments

Color spaces of #bbd72f

RGB 18721547
HSL0.190.680.51
HSV70°78°84°
CMYK 0.130.000.78   0.16
XYZ45.307059.370911.7611
Yxy59.37090.38910.5099
Hunter Lab77.0525-29.883644.8869
CIE-Lab81.4950-29.655272.8462

#bbd72f color RGB value is (187,215,47).

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

The process color (four color CMYK) of #bbd72f color hex is 0.13, 0.00, 0.78, 0.16. Web safe color of #bbd72f is #cccc33. Color #bbd72f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010111 00101111
Octal 273 327 57
Decimal 187 215 47
Hex BB D7 2F

RGB Percentages of Color #bbd72f

%41.65
%47.88
%10.47

CMYK Percentages of Color #bbd72f

%13
%0
%78
%16

Triadic Colors of #bbd72f

#bbd72f #2fbbd7 #d72fbb

Analogous Colors of #bbd72f

#bbd72f #67d72f #d79f2f

Monochromatic Colors of #bbd72f

#bbd72f

Complementary Color

#bbd72f #4b2fd7

#bbd72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd72f Color CSS Codes

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

#bbd72f Text Font Color

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

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


#bbd72f Background Color

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

This div background color is #bbd72f


#bbd72f Border Color

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

This div border color is #bbd72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd72f


Comments

No comments written yet.

Please login to write comment.