Color Hex Logo

#bcc27c Color Hex

#BCC27C
(188,194,124)
0 Favorites   0 Comments

Color spaces of #bcc27c

RGB 188194124
HSL0.180.360.62
HSV65°36°76°
CMYK 0.030.000.36   0.24
XYZ43.668950.730226.5591
Yxy50.73020.36100.4194
Hunter Lab71.2251-15.203727.7490
CIE-Lab76.5153-12.955934.5462

#bcc27c color RGB value is (188,194,124).

#bcc27c hex color red value is 188, green value is 194 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bcc27c hue: 0.18 , saturation: 0.36 and the lightness value of bcc27c is 0.62.

The process color (four color CMYK) of #bcc27c color hex is 0.03, 0.00, 0.36, 0.24. Web safe color of #bcc27c is #cccc66. Color #bcc27c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 01111100
Octal 274 302 174
Decimal 188 194 124
Hex BC C2 7C

RGB Percentages of Color #bcc27c

%37.15
%38.34
%24.51

CMYK Percentages of Color #bcc27c

%3
%0
%36
%24

Triadic Colors of #bcc27c

#bcc27c #7cbcc2 #c27cbc

Analogous Colors of #bcc27c

#bcc27c #99c27c #c2a57c

Monochromatic Colors of #bcc27c

#bcc27c

Complementary Color

#bcc27c #827cc2

#bcc27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc27c Color CSS Codes

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

#bcc27c Text Font Color

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

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


#bcc27c Background Color

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

This div background color is #bcc27c


#bcc27c Border Color

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

This div border color is #bcc27c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc27c


Comments

No comments written yet.

Please login to write comment.