Color Hex Logo

#bcc48e Color Hex

#BCC48E
(188,196,142)
0 Favorites   0 Comments

Color spaces of #bcc48e

RGB 188196142
HSL0.190.310.66
HSV69°28°77°
CMYK 0.040.000.28   0.23
XYZ45.361552.124233.2614
Yxy52.12420.34690.3987
Hunter Lab72.1971-14.193223.2229
CIE-Lab77.3550-11.653826.2603

#bcc48e color RGB value is (188,196,142).

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

The process color (four color CMYK) of #bcc48e color hex is 0.04, 0.00, 0.28, 0.23. Web safe color of #bcc48e is #cccc99. Color #bcc48e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000100 10001110
Octal 274 304 216
Decimal 188 196 142
Hex BC C4 8E

RGB Percentages of Color #bcc48e

%35.74
%37.26
%27.00

CMYK Percentages of Color #bcc48e

%4
%0
%28
%23

Triadic Colors of #bcc48e

#bcc48e #8ebcc4 #c48ebc

Analogous Colors of #bcc48e

#bcc48e #a1c48e #c4b18e

Monochromatic Colors of #bcc48e

#bcc48e

Complementary Color

#bcc48e #968ec4

#bcc48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc48e Color CSS Codes

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

#bcc48e Text Font Color

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

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


#bcc48e Background Color

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

This div background color is #bcc48e


#bcc48e Border Color

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

This div border color is #bcc48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc48e


Comments

No comments written yet.

Please login to write comment.