Color Hex Logo

#bcc26e Color Hex

#BCC26E
(188,194,110)
0 Favorites   0 Comments

Color spaces of #bcc26e

RGB 188194110
HSL0.180.410.60
HSV64°43°76°
CMYK 0.030.000.43   0.24
XYZ42.845350.400722.2220
Yxy50.40070.37110.4365
Hunter Lab70.9935-16.511931.1368
CIE-Lab76.3146-14.531641.4103

#bcc26e color RGB value is (188,194,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 01101110
Octal 274 302 156
Decimal 188 194 110
Hex BC C2 6E

RGB Percentages of Color #bcc26e

%38.21
%39.43
%22.36

CMYK Percentages of Color #bcc26e

%3
%0
%43
%24

Triadic Colors of #bcc26e

#bcc26e #6ebcc2 #c26ebc

Analogous Colors of #bcc26e

#bcc26e #92c26e #c29e6e

Monochromatic Colors of #bcc26e

#bcc26e

Complementary Color

#bcc26e #746ec2

#bcc26e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc26e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc26e Color CSS Codes

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

#bcc26e Text Font Color

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

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


#bcc26e Background Color

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

This div background color is #bcc26e


#bcc26e Border Color

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

This div border color is #bcc26e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc26e


Comments

No comments written yet.

Please login to write comment.