Color Hex Logo

#bcc27e Color Hex

#BCC27E
(188,194,126)
0 Favorites   0 Comments

Color spaces of #bcc27e

RGB 188194126
HSL0.180.360.63
HSV65°35°76°
CMYK 0.030.000.35   0.24
XYZ43.796750.781327.2321
Yxy50.78130.35950.4169
Hunter Lab71.2610-15.001427.2253
CIE-Lab76.5463-12.713733.5530

#bcc27e color RGB value is (188,194,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 01111110
Octal 274 302 176
Decimal 188 194 126
Hex BC C2 7E

RGB Percentages of Color #bcc27e

%37.01
%38.19
%24.80

CMYK Percentages of Color #bcc27e

%3
%0
%35
%24

Triadic Colors of #bcc27e

#bcc27e #7ebcc2 #c27ebc

Analogous Colors of #bcc27e

#bcc27e #9ac27e #c2a67e

Monochromatic Colors of #bcc27e

#bcc27e

Complementary Color

#bcc27e #847ec2

#bcc27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc27e Color CSS Codes

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

#bcc27e Text Font Color

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

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


#bcc27e Background Color

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

This div background color is #bcc27e


#bcc27e Border Color

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

This div border color is #bcc27e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc27e


Comments

No comments written yet.

Please login to write comment.