Color Hex Logo

#bbcb21 Color Hex

#BBCB21
(187,203,33)
0 Favorites   0 Comments

Color spaces of #bbcb21

RGB 18720333
HSL0.180.720.46
HSV66°84°80°
CMYK 0.080.000.84   0.20
XYZ42.124053.38659.5233
Yxy53.38650.40110.5083
Hunter Lab73.0661-24.956943.4185
CIE-Lab78.1026-24.402473.4678

#bbcb21 color RGB value is (187,203,33).

#bbcb21 hex color red value is 187, green value is 203 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #bbcb21 hue: 0.18 , saturation: 0.72 and the lightness value of bbcb21 is 0.46.

The process color (four color CMYK) of #bbcb21 color hex is 0.08, 0.00, 0.84, 0.20. Web safe color of #bbcb21 is #cccc33. Color #bbcb21 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 00100001
Octal 273 313 41
Decimal 187 203 33
Hex BB CB 21

RGB Percentages of Color #bbcb21

%44.21
%47.99
%7.80

CMYK Percentages of Color #bbcb21

%8
%0
%84
%20

Triadic Colors of #bbcb21

#bbcb21 #21bbcb #cb21bb

Analogous Colors of #bbcb21

#bbcb21 #66cb21 #cb8621

Monochromatic Colors of #bbcb21

#bbcb21

Complementary Color

#bbcb21 #3121cb

#bbcb21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcb21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcb21 Color CSS Codes

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

#bbcb21 Text Font Color

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

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


#bbcb21 Background Color

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

This div background color is #bbcb21


#bbcb21 Border Color

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

This div border color is #bbcb21


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,203,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 #bbcb21">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcb21


Comments

No comments written yet.

Please login to write comment.