Color Hex Logo

#bbc662 Color Hex

#BBC662
(187,198,98)
0 Favorites   0 Comments

Color spaces of #bbc662

RGB 18719898
HSL0.190.470.58
HSV67°51°78°
CMYK 0.060.000.51   0.22
XYZ42.892251.834819.2997
Yxy51.83480.37620.4546
Hunter Lab71.9964-19.651434.5039
CIE-Lab77.1820-18.130548.3119

#bbc662 color RGB value is (187,198,98).

#bbc662 hex color red value is 187, green value is 198 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #bbc662 hue: 0.19 , saturation: 0.47 and the lightness value of bbc662 is 0.58.

The process color (four color CMYK) of #bbc662 color hex is 0.06, 0.00, 0.51, 0.22. Web safe color of #bbc662 is #cccc66. Color #bbc662 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000110 01100010
Octal 273 306 142
Decimal 187 198 98
Hex BB C6 62

RGB Percentages of Color #bbc662

%38.72
%40.99
%20.29

CMYK Percentages of Color #bbc662

%6
%0
%51
%22

Triadic Colors of #bbc662

#bbc662 #62bbc6 #c662bb

Analogous Colors of #bbc662

#bbc662 #89c662 #c69f62

Monochromatic Colors of #bbc662

#bbc662

Complementary Color

#bbc662 #6d62c6

#bbc662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc662 Color CSS Codes

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

#bbc662 Text Font Color

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

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


#bbc662 Background Color

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

This div background color is #bbc662


#bbc662 Border Color

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

This div border color is #bbc662


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc662


Comments

No comments written yet.

Please login to write comment.