Color Hex Logo

#bcc676 Color Hex

#BCC676
(188,198,118)
0 Favorites   0 Comments

Color spaces of #bcc676

RGB 188198118
HSL0.190.410.62
HSV67°40°78°
CMYK 0.050.000.40   0.22
XYZ44.203152.387524.9216
Yxy52.38750.36380.4311
Hunter Lab72.3792-17.650930.2507
CIE-Lab77.5120-15.685138.8875

#bcc676 color RGB value is (188,198,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000110 01110110
Octal 274 306 166
Decimal 188 198 118
Hex BC C6 76

RGB Percentages of Color #bcc676

%37.30
%39.29
%23.41

CMYK Percentages of Color #bcc676

%5
%0
%40
%22

Triadic Colors of #bcc676

#bcc676 #76bcc6 #c676bc

Analogous Colors of #bcc676

#bcc676 #94c676 #c6a876

Monochromatic Colors of #bcc676

#bcc676

Complementary Color

#bcc676 #8076c6

#bcc676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc676 Color CSS Codes

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

#bcc676 Text Font Color

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

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


#bcc676 Background Color

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

This div background color is #bcc676


#bcc676 Border Color

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

This div border color is #bcc676


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,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 #bcc676">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc676


Comments

No comments written yet.

Please login to write comment.