Color Hex Logo

#bbc533 Color Hex

#BBC533
(187,197,51)
0 Favorites   0 Comments

Color spaces of #bbc533

RGB 18719751
HSL0.180.590.49
HSV64°74°77°
CMYK 0.050.000.74   0.23
XYZ41.057350.736310.7611
Yxy50.73630.40030.4947
Hunter Lab71.2294-21.762440.9033
CIE-Lab76.5190-20.821767.0466

#bbc533 color RGB value is (187,197,51).

#bbc533 hex color red value is 187, green value is 197 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #bbc533 hue: 0.18 , saturation: 0.59 and the lightness value of bbc533 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 00110011
Octal 273 305 63
Decimal 187 197 51
Hex BB C5 33

RGB Percentages of Color #bbc533

%42.99
%45.29
%11.72

CMYK Percentages of Color #bbc533

%5
%0
%74
%23

Triadic Colors of #bbc533

#bbc533 #33bbc5 #c533bb

Analogous Colors of #bbc533

#bbc533 #72c533 #c58633

Monochromatic Colors of #bbc533

#bbc533

Complementary Color

#bbc533 #3d33c5

#bbc533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc533 Color CSS Codes

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

#bbc533 Text Font Color

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

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


#bbc533 Background Color

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

This div background color is #bbc533


#bbc533 Border Color

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

This div border color is #bbc533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc533


Comments

No comments written yet.

Please login to write comment.