Color Hex Logo

#bbc145 Color Hex

#BBC145
(187,193,69)
0 Favorites   0 Comments

Color spaces of #bbc145

RGB 18719369
HSL0.170.500.51
HSV63°64°76°
CMYK 0.030.000.64   0.24
XYZ40.637749.134412.9723
Yxy49.13440.39550.4782
Hunter Lab70.0959-19.183638.0947
CIE-Lab75.5349-17.871759.4065

#bbc145 color RGB value is (187,193,69).

#bbc145 hex color red value is 187, green value is 193 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #bbc145 hue: 0.17 , saturation: 0.50 and the lightness value of bbc145 is 0.51.

The process color (four color CMYK) of #bbc145 color hex is 0.03, 0.00, 0.64, 0.24. Web safe color of #bbc145 is #cccc33. Color #bbc145 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000001 01000101
Octal 273 301 105
Decimal 187 193 69
Hex BB C1 45

RGB Percentages of Color #bbc145

%41.65
%42.98
%15.37

CMYK Percentages of Color #bbc145

%3
%0
%64
%24

Triadic Colors of #bbc145

#bbc145 #45bbc1 #c145bb

Analogous Colors of #bbc145

#bbc145 #7dc145 #c18945

Monochromatic Colors of #bbc145

#bbc145

Complementary Color

#bbc145 #4b45c1

#bbc145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc145 Color CSS Codes

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

#bbc145 Text Font Color

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

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


#bbc145 Background Color

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

This div background color is #bbc145


#bbc145 Border Color

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

This div border color is #bbc145


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc145


Comments

No comments written yet.

Please login to write comment.