Color Hex Logo

#bcc18f Color Hex

#BCC18F
(188,193,143)
0 Favorites   0 Comments

Color spaces of #bcc18f

RGB 188193143
HSL0.180.290.66
HSV66°26°76°
CMYK 0.030.000.26   0.24
XYZ44.766950.814533.4353
Yxy50.81450.34700.3939
Hunter Lab71.2843-12.648622.0895
CIE-Lab76.5665-9.969724.6664

#bcc18f color RGB value is (188,193,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000001 10001111
Octal 274 301 217
Decimal 188 193 143
Hex BC C1 8F

RGB Percentages of Color #bcc18f

%35.88
%36.83
%27.29

CMYK Percentages of Color #bcc18f

%3
%0
%26
%24

Triadic Colors of #bcc18f

#bcc18f #8fbcc1 #c18fbc

Analogous Colors of #bcc18f

#bcc18f #a3c18f #c1ad8f

Monochromatic Colors of #bcc18f

#bcc18f

Complementary Color

#bcc18f #948fc1

#bcc18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc18f Color CSS Codes

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

#bcc18f Text Font Color

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

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


#bcc18f Background Color

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

This div background color is #bcc18f


#bcc18f Border Color

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

This div border color is #bcc18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc18f


Comments

No comments written yet.

Please login to write comment.