color codes Logo

#bcc16f color codes

#BCC16F
(188,193,111)
0 Favorites   0 Comments

Color spaces of #bcc16f

RGB 188193111
HSL0.180.400.60
HSV64°42°76°
CMYK 0.030.000.42   0.24
XYZ42.678249.979022.4365
Yxy49.97900.37080.4342
Hunter Lab70.6958-15.959430.6704
CIE-Lab76.0564-13.917740.5875

#bcc16f color RGB value is (188,193,111).

#bcc16f hex color red value is 188, green value is 193 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bcc16f hue: 0.18 , saturation: 0.40 and the lightness value of bcc16f is 0.60.

The process color (four color CMYK) of #bcc16f color code is 0.03, 0.00, 0.42, 0.24. Web safe color of #bcc16f is #cccc66. Color #bcc16f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000001 01101111
Octal 274 301 157
Decimal 188 193 111
Hex BC C1 6F

RGB Percentages of Color #bcc16f

%38.21
%39.23
%22.56

CMYK Percentages of Color #bcc16f

%3
%0
%42
%24

Triadic Colors of #bcc16f

#bcc16f #6fbcc1 #c16fbc

Analogous Colors of #bcc16f

#bcc16f #93c16f #c19d6f

Monochromatic Colors of #bcc16f

#bcc16f

Complementary Color

#bcc16f #746fc1

#bcc16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc16f Color CSS Codes

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

#bcc16f Text Font Color

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

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


#bcc16f Background Color

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

This div background color is #bcc16f


#bcc16f Border Color

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

This div border color is #bcc16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc16f


Comments

No comments written yet.

Please login to write comment.