Color Hex Logo

#bbc066 Color Hex

#BBC066
(187,192,102)
0 Favorites   0 Comments

Color spaces of #bbc066

RGB 187192102
HSL0.180.420.58
HSV63°47°75°
CMYK 0.030.000.47   0.25
XYZ41.741449.223419.8714
Yxy49.22340.37660.4441
Hunter Lab70.1594-16.580232.3187
CIE-Lab75.5901-14.730144.4688

#bbc066 color RGB value is (187,192,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000000 01100110
Octal 273 300 146
Decimal 187 192 102
Hex BB C0 66

RGB Percentages of Color #bbc066

%38.88
%39.92
%21.21

CMYK Percentages of Color #bbc066

%3
%0
%47
%25

Triadic Colors of #bbc066

#bbc066 #66bbc0 #c066bb

Analogous Colors of #bbc066

#bbc066 #8ec066 #c09866

Monochromatic Colors of #bbc066

#bbc066

Complementary Color

#bbc066 #6b66c0

#bbc066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc066 Color CSS Codes

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

#bbc066 Text Font Color

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

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


#bbc066 Background Color

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

This div background color is #bbc066


#bbc066 Border Color

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

This div border color is #bbc066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc066


Comments

No comments written yet.

Please login to write comment.