Color Hex Logo

#bbc676 Color Hex

#BBC676
(187,198,118)
0 Favorites   0 Comments

Color spaces of #bbc676

RGB 187198118
HSL0.190.410.62
HSV68°40°78°
CMYK 0.060.000.40   0.22
XYZ43.957652.261024.9101
Yxy52.26100.36290.4315
Hunter Lab72.2918-17.972230.1743
CIE-Lab77.4366-16.078938.7764

#bbc676 color RGB value is (187,198,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000110 01110110
Octal 273 306 166
Decimal 187 198 118
Hex BB C6 76

RGB Percentages of Color #bbc676

%37.18
%39.36
%23.46

CMYK Percentages of Color #bbc676

%6
%0
%40
%22

Triadic Colors of #bbc676

#bbc676 #76bbc6 #c676bb

Analogous Colors of #bbc676

#bbc676 #93c676 #c6a976

Monochromatic Colors of #bbc676

#bbc676

Complementary Color

#bbc676 #8176c6

#bbc676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc676 Color CSS Codes

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

#bbc676 Text Font Color

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

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


#bbc676 Background Color

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

This div background color is #bbc676


#bbc676 Border Color

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

This div border color is #bbc676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc676


Comments

No comments written yet.

Please login to write comment.