Color Hex Logo

#bcc37e Color Hex

#BCC37E
(188,195,126)
0 Favorites   0 Comments

Color spaces of #bcc37e

RGB 188195126
HSL0.180.370.63
HSV66°35°76°
CMYK 0.040.000.35   0.24
XYZ44.020051.227927.3065
Yxy51.22790.35920.4180
Hunter Lab71.5737-15.470927.4815
CIE-Lab76.8169-13.224533.9048

#bcc37e color RGB value is (188,195,126).

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

The process color (four color CMYK) of #bcc37e color hex is 0.04, 0.00, 0.35, 0.24. Web safe color of #bcc37e is #cccc66. Color #bcc37e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000011 01111110
Octal 274 303 176
Decimal 188 195 126
Hex BC C3 7E

RGB Percentages of Color #bcc37e

%36.94
%38.31
%24.75

CMYK Percentages of Color #bcc37e

%4
%0
%35
%24

Triadic Colors of #bcc37e

#bcc37e #7ebcc3 #c37ebc

Analogous Colors of #bcc37e

#bcc37e #9ac37e #c3a87e

Monochromatic Colors of #bcc37e

#bcc37e

Complementary Color

#bcc37e #857ec3

#bcc37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc37e Color CSS Codes

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

#bcc37e Text Font Color

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

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


#bcc37e Background Color

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

This div background color is #bcc37e


#bcc37e Border Color

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

This div border color is #bcc37e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,195,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 #bcc37e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc37e


Comments

No comments written yet.

Please login to write comment.