Color Hex Logo

#bcc47e Color Hex

#BCC47E
(188,196,126)
0 Favorites   0 Comments

Color spaces of #bcc47e

RGB 188196126
HSL0.190.370.63
HSV67°36°77°
CMYK 0.040.000.36   0.23
XYZ44.244951.677627.3815
Yxy51.67760.35880.4191
Hunter Lab71.8871-15.939827.7377
CIE-Lab77.0877-13.734034.2563

#bcc47e color RGB value is (188,196,126).

#bcc47e hex color red value is 188, green value is 196 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bcc47e hue: 0.19 , saturation: 0.37 and the lightness value of bcc47e is 0.63.

The process color (four color CMYK) of #bcc47e color hex is 0.04, 0.00, 0.36, 0.23. Web safe color of #bcc47e is #cccc66. Color #bcc47e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000100 01111110
Octal 274 304 176
Decimal 188 196 126
Hex BC C4 7E

RGB Percentages of Color #bcc47e

%36.86
%38.43
%24.71

CMYK Percentages of Color #bcc47e

%4
%0
%36
%23

Triadic Colors of #bcc47e

#bcc47e #7ebcc4 #c47ebc

Analogous Colors of #bcc47e

#bcc47e #99c47e #c4a97e

Monochromatic Colors of #bcc47e

#bcc47e

Complementary Color

#bcc47e #867ec4

#bcc47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc47e Color CSS Codes

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

#bcc47e Text Font Color

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

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


#bcc47e Background Color

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

This div background color is #bcc47e


#bcc47e Border Color

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

This div border color is #bcc47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc47e


Comments

No comments written yet.

Please login to write comment.