Color Hex Logo

#bbc078 Color Hex

#BBC078
(187,192,120)
0 Favorites   0 Comments

Color spaces of #bbc078

RGB 187192120
HSL0.180.360.61
HSV64°38°75°
CMYK 0.030.000.38   0.25
XYZ42.733349.620125.0947
Yxy49.62010.36380.4225
Hunter Lab70.4415-14.985828.1871
CIE-Lab75.8355-12.801035.7144

#bbc078 color RGB value is (187,192,120).

#bbc078 hex color red value is 187, green value is 192 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bbc078 hue: 0.18 , saturation: 0.36 and the lightness value of bbc078 is 0.61.

The process color (four color CMYK) of #bbc078 color hex is 0.03, 0.00, 0.38, 0.25. Web safe color of #bbc078 is #cccc66. Color #bbc078 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000000 01111000
Octal 273 300 170
Decimal 187 192 120
Hex BB C0 78

RGB Percentages of Color #bbc078

%37.47
%38.48
%24.05

CMYK Percentages of Color #bbc078

%3
%0
%38
%25

Triadic Colors of #bbc078

#bbc078 #78bbc0 #c078bb

Analogous Colors of #bbc078

#bbc078 #97c078 #c0a178

Monochromatic Colors of #bbc078

#bbc078

Complementary Color

#bbc078 #7d78c0

#bbc078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc078 Color CSS Codes

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

#bbc078 Text Font Color

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

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


#bbc078 Background Color

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

This div background color is #bbc078


#bbc078 Border Color

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

This div border color is #bbc078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc078


Comments

No comments written yet.

Please login to write comment.