Color Hex Logo

#bbc665 Color Hex

#BBC665
(187,198,101)
0 Favorites   0 Comments

Color spaces of #bbc665

RGB 187198101
HSL0.190.460.59
HSV67°49°78°
CMYK 0.060.000.49   0.22
XYZ43.036651.892520.0599
Yxy51.89250.37430.4513
Hunter Lab72.0364-19.422933.9151
CIE-Lab77.2165-17.849646.9153

#bbc665 color RGB value is (187,198,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000110 01100101
Octal 273 306 145
Decimal 187 198 101
Hex BB C6 65

RGB Percentages of Color #bbc665

%38.48
%40.74
%20.78

CMYK Percentages of Color #bbc665

%6
%0
%49
%22

Triadic Colors of #bbc665

#bbc665 #65bbc6 #c665bb

Analogous Colors of #bbc665

#bbc665 #8bc665 #c6a165

Monochromatic Colors of #bbc665

#bbc665

Complementary Color

#bbc665 #7065c6

#bbc665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc665 Color CSS Codes

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

#bbc665 Text Font Color

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

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


#bbc665 Background Color

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

This div background color is #bbc665


#bbc665 Border Color

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

This div border color is #bbc665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc665


Comments

No comments written yet.

Please login to write comment.