Color Hex Logo

#bccc8c Color Hex

#BCCC8C
(188,204,140)
0 Favorites   0 Comments

Color spaces of #bccc8c

RGB 188204140
HSL0.210.390.67
HSV75°31°80°
CMYK 0.080.000.31   0.20
XYZ47.065555.770533.0951
Yxy55.77050.34620.4103
Hunter Lab74.6796-18.193026.0007
CIE-Lab79.4830-15.993530.1541

#bccc8c color RGB value is (188,204,140).

#bccc8c hex color red value is 188, green value is 204 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bccc8c hue: 0.21 , saturation: 0.39 and the lightness value of bccc8c is 0.67.

The process color (four color CMYK) of #bccc8c color hex is 0.08, 0.00, 0.31, 0.20. Web safe color of #bccc8c is #cccc99. Color #bccc8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 10001100
Octal 274 314 214
Decimal 188 204 140
Hex BC CC 8C

RGB Percentages of Color #bccc8c

%35.34
%38.35
%26.32

CMYK Percentages of Color #bccc8c

%8
%0
%31
%20

Triadic Colors of #bccc8c

#bccc8c #8cbccc #cc8cbc

Analogous Colors of #bccc8c

#bccc8c #9ccc8c #ccbc8c

Monochromatic Colors of #bccc8c

#bccc8c

Complementary Color

#bccc8c #9c8ccc

#bccc8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccc8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccc8c Color CSS Codes

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

#bccc8c Text Font Color

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

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


#bccc8c Background Color

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

This div background color is #bccc8c


#bccc8c Border Color

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

This div border color is #bccc8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccc8c


Comments

No comments written yet.

Please login to write comment.