Color Hex Logo

#bbc846 Color Hex

#BBC846
(187,200,70)
0 Favorites   0 Comments

Color spaces of #bbc846

RGB 18720070
HSL0.180.540.53
HSV66°65°78°
CMYK 0.070.000.65   0.22
XYZ42.253352.315513.6653
Yxy52.31550.39040.4834
Hunter Lab72.3295-22.300739.4289
CIE-Lab77.4691-21.282061.0193

#bbc846 color RGB value is (187,200,70).

#bbc846 hex color red value is 187, green value is 200 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bbc846 hue: 0.18 , saturation: 0.54 and the lightness value of bbc846 is 0.53.

The process color (four color CMYK) of #bbc846 color hex is 0.07, 0.00, 0.65, 0.22. Web safe color of #bbc846 is #cccc33. Color #bbc846 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001000 01000110
Octal 273 310 106
Decimal 187 200 70
Hex BB C8 46

RGB Percentages of Color #bbc846

%40.92
%43.76
%15.32

CMYK Percentages of Color #bbc846

%7
%0
%65
%22

Triadic Colors of #bbc846

#bbc846 #46bbc8 #c846bb

Analogous Colors of #bbc846

#bbc846 #7ac846 #c89446

Monochromatic Colors of #bbc846

#bbc846

Complementary Color

#bbc846 #5346c8

#bbc846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc846 Color CSS Codes

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

#bbc846 Text Font Color

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

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


#bbc846 Background Color

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

This div background color is #bbc846


#bbc846 Border Color

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

This div border color is #bbc846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc846


Comments

No comments written yet.

Please login to write comment.