Color Hex Logo

#bbc32f Color Hex

#BBC32F
(187,195,47)
0 Favorites   0 Comments

Color spaces of #bbc32f

RGB 18719547
HSL0.180.610.47
HSV63°76°76°
CMYK 0.040.000.76   0.24
XYZ40.521749.800210.1660
Yxy49.80020.40320.4956
Hunter Lab70.5693-20.999440.8573
CIE-Lab75.9465-20.004667.7965

#bbc32f color RGB value is (187,195,47).

#bbc32f hex color red value is 187, green value is 195 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bbc32f hue: 0.18 , saturation: 0.61 and the lightness value of bbc32f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000011 00101111
Octal 273 303 57
Decimal 187 195 47
Hex BB C3 2F

RGB Percentages of Color #bbc32f

%43.59
%45.45
%10.96

CMYK Percentages of Color #bbc32f

%4
%0
%76
%24

Triadic Colors of #bbc32f

#bbc32f #2fbbc3 #c32fbb

Analogous Colors of #bbc32f

#bbc32f #71c32f #c3812f

Monochromatic Colors of #bbc32f

#bbc32f

Complementary Color

#bbc32f #372fc3

#bbc32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc32f Color CSS Codes

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

#bbc32f Text Font Color

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

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


#bbc32f Background Color

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

This div background color is #bbc32f


#bbc32f Border Color

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

This div border color is #bbc32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc32f


Comments

No comments written yet.

Please login to write comment.