Color Hex Logo

#bcc29f Color Hex

#BCC29F
(188,194,159)
0 Favorites   0 Comments

Color spaces of #bcc29f

RGB 188194159
HSL0.200.220.69
HSV70°18°76°
CMYK 0.030.000.18   0.24
XYZ46.288851.778140.3554
Yxy51.77810.33440.3741
Hunter Lab71.9570-11.098517.1185
CIE-Lab77.1480-8.116616.9373

#bcc29f color RGB value is (188,194,159).

#bcc29f hex color red value is 188, green value is 194 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bcc29f hue: 0.20 , saturation: 0.22 and the lightness value of bcc29f is 0.69.

The process color (four color CMYK) of #bcc29f color hex is 0.03, 0.00, 0.18, 0.24. Web safe color of #bcc29f is #cccc99. Color #bcc29f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 10011111
Octal 274 302 237
Decimal 188 194 159
Hex BC C2 9F

RGB Percentages of Color #bcc29f

%34.75
%35.86
%29.39

CMYK Percentages of Color #bcc29f

%3
%0
%18
%24

Triadic Colors of #bcc29f

#bcc29f #9fbcc2 #c29fbc

Analogous Colors of #bcc29f

#bcc29f #abc29f #c2b79f

Monochromatic Colors of #bcc29f

#bcc29f

Complementary Color

#bcc29f #a59fc2

#bcc29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc29f Color CSS Codes

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

#bcc29f Text Font Color

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

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


#bcc29f Background Color

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

This div background color is #bcc29f


#bcc29f Border Color

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

This div border color is #bcc29f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,194,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc29f


Comments

No comments written yet.

Please login to write comment.