Color Hex Logo

#bbca1b Color Hex

#BBCA1B
(187,202,27)
0 Favorites   0 Comments

Color spaces of #bbca1b

RGB 18720227
HSL0.180.760.45
HSV65°87°79°
CMYK 0.070.000.87   0.21
XYZ41.811952.88509.0410
Yxy52.88500.40310.5098
Hunter Lab72.7221-24.634243.5344
CIE-Lab77.8071-24.072174.4829

#bbca1b color RGB value is (187,202,27).

#bbca1b hex color red value is 187, green value is 202 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bbca1b hue: 0.18 , saturation: 0.76 and the lightness value of bbca1b is 0.45.

The process color (four color CMYK) of #bbca1b color hex is 0.07, 0.00, 0.87, 0.21. Web safe color of #bbca1b is #cccc33. Color #bbca1b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001010 00011011
Octal 273 312 33
Decimal 187 202 27
Hex BB CA 1B

RGB Percentages of Color #bbca1b

%44.95
%48.56
%6.49

CMYK Percentages of Color #bbca1b

%7
%0
%87
%21

Triadic Colors of #bbca1b

#bbca1b #1bbbca #ca1bbb

Analogous Colors of #bbca1b

#bbca1b #63ca1b #ca821b

Monochromatic Colors of #bbca1b

#bbca1b

Complementary Color

#bbca1b #2a1bca

#bbca1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbca1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbca1b Color CSS Codes

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

#bbca1b Text Font Color

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

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


#bbca1b Background Color

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

This div background color is #bbca1b


#bbca1b Border Color

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

This div border color is #bbca1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbca1b


Comments

No comments written yet.

Please login to write comment.