Color Hex Logo

#bbc142 Color Hex

#BBC142
(187,193,66)
0 Favorites   0 Comments

Color spaces of #bbc142

RGB 18719366
HSL0.170.510.51
HSV63°66°76°
CMYK 0.030.000.66   0.24
XYZ40.546849.098112.4941
Yxy49.09810.39700.4807
Hunter Lab70.0700-19.331638.4771
CIE-Lab75.5123-18.055660.5921

#bbc142 color RGB value is (187,193,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000001 01000010
Octal 273 301 102
Decimal 187 193 66
Hex BB C1 42

RGB Percentages of Color #bbc142

%41.93
%43.27
%14.80

CMYK Percentages of Color #bbc142

%3
%0
%66
%24

Triadic Colors of #bbc142

#bbc142 #42bbc1 #c142bb

Analogous Colors of #bbc142

#bbc142 #7cc142 #c18842

Monochromatic Colors of #bbc142

#bbc142

Complementary Color

#bbc142 #4842c1

#bbc142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc142 Color CSS Codes

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

#bbc142 Text Font Color

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

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


#bbc142 Background Color

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

This div background color is #bbc142


#bbc142 Border Color

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

This div border color is #bbc142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc142


Comments

No comments written yet.

Please login to write comment.