Color Hex Logo

#bbc42f Color Hex

#BBC42F
(187,196,47)
0 Favorites   0 Comments

Color spaces of #bbc42f

RGB 18719647
HSL0.180.610.48
HSV64°76°77°
CMYK 0.050.000.76   0.23
XYZ40.746550.249910.2410
Yxy50.24990.40250.4964
Hunter Lab70.8872-21.449341.0554
CIE-Lab76.2224-20.499468.0496

#bbc42f color RGB value is (187,196,47).

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

The process color (four color CMYK) of #bbc42f color hex is 0.05, 0.00, 0.76, 0.23. Web safe color of #bbc42f is #cccc33. Color #bbc42f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000100 00101111
Octal 273 304 57
Decimal 187 196 47
Hex BB C4 2F

RGB Percentages of Color #bbc42f

%43.49
%45.58
%10.93

CMYK Percentages of Color #bbc42f

%5
%0
%76
%23

Triadic Colors of #bbc42f

#bbc42f #2fbbc4 #c42fbb

Analogous Colors of #bbc42f

#bbc42f #71c42f #c4832f

Monochromatic Colors of #bbc42f

#bbc42f

Complementary Color

#bbc42f #382fc4

#bbc42f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc42f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc42f Color CSS Codes

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

#bbc42f Text Font Color

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

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


#bbc42f Background Color

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

This div background color is #bbc42f


#bbc42f Border Color

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

This div border color is #bbc42f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc42f


Comments

No comments written yet.

Please login to write comment.