Color Hex Logo

#bbc344 Color Hex

#BBC344
(187,195,68)
0 Favorites   0 Comments

Color spaces of #bbc344

RGB 18719568
HSL0.180.510.52
HSV64°65°76°
CMYK 0.040.000.65   0.24
XYZ41.052050.012412.9585
Yxy50.01240.39460.4808
Hunter Lab70.7194-20.141438.6394
CIE-Lab76.0769-18.932260.3759

#bbc344 color RGB value is (187,195,68).

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

The process color (four color CMYK) of #bbc344 color hex is 0.04, 0.00, 0.65, 0.24. Web safe color of #bbc344 is #cccc33. Color #bbc344 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000011 01000100
Octal 273 303 104
Decimal 187 195 68
Hex BB C3 44

RGB Percentages of Color #bbc344

%41.56
%43.33
%15.11

CMYK Percentages of Color #bbc344

%4
%0
%65
%24

Triadic Colors of #bbc344

#bbc344 #44bbc3 #c344bb

Analogous Colors of #bbc344

#bbc344 #7cc344 #c38c44

Monochromatic Colors of #bbc344

#bbc344

Complementary Color

#bbc344 #4c44c3

#bbc344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc344 Color CSS Codes

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

#bbc344 Text Font Color

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

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


#bbc344 Background Color

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

This div background color is #bbc344


#bbc344 Border Color

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

This div border color is #bbc344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc344


Comments

No comments written yet.

Please login to write comment.