Color Hex Logo

#bccb6e Color Hex

#BCCB6E
(188,203,110)
0 Favorites   0 Comments

Color spaces of #bccb6e

RGB 188203110
HSL0.190.470.61
HSV70°46°80°
CMYK 0.070.000.46   0.20
XYZ44.909454.529022.9100
Yxy54.52900.36710.4457
Hunter Lab73.8438-20.668633.2959
CIE-Lab78.7692-19.051744.4395

#bccb6e color RGB value is (188,203,110).

#bccb6e hex color red value is 188, green value is 203 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bccb6e hue: 0.19 , saturation: 0.47 and the lightness value of bccb6e is 0.61.

The process color (four color CMYK) of #bccb6e color hex is 0.07, 0.00, 0.46, 0.20. Web safe color of #bccb6e is #cccc66. Color #bccb6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 01101110
Octal 274 313 156
Decimal 188 203 110
Hex BC CB 6E

RGB Percentages of Color #bccb6e

%37.52
%40.52
%21.96

CMYK Percentages of Color #bccb6e

%7
%0
%46
%20

Triadic Colors of #bccb6e

#bccb6e #6ebccb #cb6ebc

Analogous Colors of #bccb6e

#bccb6e #8ecb6e #cbac6e

Monochromatic Colors of #bccb6e

#bccb6e

Complementary Color

#bccb6e #7d6ecb

#bccb6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccb6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccb6e Color CSS Codes

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

#bccb6e Text Font Color

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

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


#bccb6e Background Color

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

This div background color is #bccb6e


#bccb6e Border Color

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

This div border color is #bccb6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccb6e


Comments

No comments written yet.

Please login to write comment.