Color Hex Logo

#bbc440 Color Hex

#BBC440
(187,196,64)
0 Favorites   0 Comments

Color spaces of #bbc440

RGB 18719664
HSL0.180.530.51
HSV64°67°77°
CMYK 0.050.000.67   0.23
XYZ41.158950.414812.4122
Yxy50.41480.39580.4848
Hunter Lab71.0034-20.783939.3378
CIE-Lab76.3232-19.666162.2029

#bbc440 color RGB value is (187,196,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000100 01000000
Octal 273 304 100
Decimal 187 196 64
Hex BB C4 40

RGB Percentages of Color #bbc440

%41.83
%43.85
%14.32

CMYK Percentages of Color #bbc440

%5
%0
%67
%23

Triadic Colors of #bbc440

#bbc440 #40bbc4 #c440bb

Analogous Colors of #bbc440

#bbc440 #79c440 #c48b40

Monochromatic Colors of #bbc440

#bbc440

Complementary Color

#bbc440 #4940c4

#bbc440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc440 Color CSS Codes

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

#bbc440 Text Font Color

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

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


#bbc440 Background Color

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

This div background color is #bbc440


#bbc440 Border Color

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

This div border color is #bbc440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc440


Comments

No comments written yet.

Please login to write comment.