Color Hex Logo

#bbc544 Color Hex

#BBC544
(187,197,68)
0 Favorites   0 Comments

Color spaces of #bbc544

RGB 18719768
HSL0.180.530.52
HSV65°65°77°
CMYK 0.050.000.65   0.23
XYZ41.503250.914713.1089
Yxy50.91470.39330.4825
Hunter Lab71.3545-21.046339.0557
CIE-Lab76.6273-19.925260.9458

#bbc544 color RGB value is (187,197,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 01000100
Octal 273 305 104
Decimal 187 197 68
Hex BB C5 44

RGB Percentages of Color #bbc544

%41.37
%43.58
%15.04

CMYK Percentages of Color #bbc544

%5
%0
%65
%23

Triadic Colors of #bbc544

#bbc544 #44bbc5 #c544bb

Analogous Colors of #bbc544

#bbc544 #7bc544 #c58f44

Monochromatic Colors of #bbc544

#bbc544

Complementary Color

#bbc544 #4e44c5

#bbc544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc544 Color CSS Codes

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

#bbc544 Text Font Color

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

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


#bbc544 Background Color

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

This div background color is #bbc544


#bbc544 Border Color

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

This div border color is #bbc544


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc544


Comments

No comments written yet.

Please login to write comment.