Color Hex Logo

#bcc28e Color Hex

#BCC28E
(188,194,142)
0 Favorites   0 Comments

Color spaces of #bcc28e

RGB 188194142
HSL0.190.300.66
HSV67°27°76°
CMYK 0.030.000.27   0.24
XYZ44.913351.227933.1120
Yxy51.22790.34750.3963
Hunter Lab71.5737-13.243122.6723
CIE-Lab76.8169-10.625225.5344

#bcc28e color RGB value is (188,194,142).

#bcc28e hex color red value is 188, green value is 194 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bcc28e hue: 0.19 , saturation: 0.30 and the lightness value of bcc28e is 0.66.

The process color (four color CMYK) of #bcc28e color hex is 0.03, 0.00, 0.27, 0.24. Web safe color of #bcc28e is #cccc99. Color #bcc28e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 10001110
Octal 274 302 216
Decimal 188 194 142
Hex BC C2 8E

RGB Percentages of Color #bcc28e

%35.88
%37.02
%27.10

CMYK Percentages of Color #bcc28e

%3
%0
%27
%24

Triadic Colors of #bcc28e

#bcc28e #8ebcc2 #c28ebc

Analogous Colors of #bcc28e

#bcc28e #a2c28e #c2ae8e

Monochromatic Colors of #bcc28e

#bcc28e

Complementary Color

#bcc28e #948ec2

#bcc28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc28e Color CSS Codes

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

#bcc28e Text Font Color

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

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


#bcc28e Background Color

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

This div background color is #bcc28e


#bcc28e Border Color

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

This div border color is #bcc28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc28e


Comments

No comments written yet.

Please login to write comment.