Color Hex Logo

#bbc341 Color Hex

#BBC341
(187,195,65)
0 Favorites   0 Comments

Color spaces of #bbc341

RGB 18719565
HSL0.180.520.51
HSV64°67°76°
CMYK 0.040.000.67   0.24
XYZ40.962849.976712.4885
Yxy49.97670.39610.4832
Hunter Lab70.6942-20.285439.0121
CIE-Lab76.0550-19.111761.5422

#bbc341 color RGB value is (187,195,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000011 01000001
Octal 273 303 101
Decimal 187 195 65
Hex BB C3 41

RGB Percentages of Color #bbc341

%41.83
%43.62
%14.54

CMYK Percentages of Color #bbc341

%4
%0
%67
%24

Triadic Colors of #bbc341

#bbc341 #41bbc3 #c341bb

Analogous Colors of #bbc341

#bbc341 #7ac341 #c38a41

Monochromatic Colors of #bbc341

#bbc341

Complementary Color

#bbc341 #4941c3

#bbc341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc341 Color CSS Codes

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

#bbc341 Text Font Color

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

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


#bbc341 Background Color

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

This div background color is #bbc341


#bbc341 Border Color

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

This div border color is #bbc341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc341


Comments

No comments written yet.

Please login to write comment.