Color Hex Logo

#bbc021 Color Hex

#BBC021
(187,192,33)
0 Favorites   0 Comments

Color spaces of #bbc021

RGB 18719233
HSL0.170.710.44
HSV62°83°75°
CMYK 0.030.000.83   0.25
XYZ39.617748.37398.6879
Yxy48.37390.40980.5004
Hunter Lab69.5513-20.038041.2798
CIE-Lab75.0601-19.003870.8979

#bbc021 color RGB value is (187,192,33).

#bbc021 hex color red value is 187, green value is 192 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #bbc021 hue: 0.17 , saturation: 0.71 and the lightness value of bbc021 is 0.44.

The process color (four color CMYK) of #bbc021 color hex is 0.03, 0.00, 0.83, 0.25. Web safe color of #bbc021 is #cccc33. Color #bbc021 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000000 00100001
Octal 273 300 41
Decimal 187 192 33
Hex BB C0 21

RGB Percentages of Color #bbc021

%45.39
%46.60
%8.01

CMYK Percentages of Color #bbc021

%3
%0
%83
%25

Triadic Colors of #bbc021

#bbc021 #21bbc0 #c021bb

Analogous Colors of #bbc021

#bbc021 #6cc021 #c07621

Monochromatic Colors of #bbc021

#bbc021

Complementary Color

#bbc021 #2621c0

#bbc021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc021 Color CSS Codes

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

#bbc021 Text Font Color

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

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


#bbc021 Background Color

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

This div background color is #bbc021


#bbc021 Border Color

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

This div border color is #bbc021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc021


Comments

No comments written yet.

Please login to write comment.