Color Hex Logo

#bbc668 Color Hex

#BBC668
(187,198,104)
0 Favorites   0 Comments

Color spaces of #bbc668

RGB 187198104
HSL0.190.450.59
HSV67°47°78°
CMYK 0.060.000.47   0.22
XYZ43.186351.952420.8484
Yxy51.95240.37230.4479
Hunter Lab72.0780-19.186433.3051
CIE-Lab77.2524-17.559545.5052

#bbc668 color RGB value is (187,198,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000110 01101000
Octal 273 306 150
Decimal 187 198 104
Hex BB C6 68

RGB Percentages of Color #bbc668

%38.24
%40.49
%21.27

CMYK Percentages of Color #bbc668

%6
%0
%47
%22

Triadic Colors of #bbc668

#bbc668 #68bbc6 #c668bb

Analogous Colors of #bbc668

#bbc668 #8cc668 #c6a268

Monochromatic Colors of #bbc668

#bbc668

Complementary Color

#bbc668 #7368c6

#bbc668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc668 Color CSS Codes

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

#bbc668 Text Font Color

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

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


#bbc668 Background Color

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

This div background color is #bbc668


#bbc668 Border Color

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

This div border color is #bbc668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc668


Comments

No comments written yet.

Please login to write comment.