Color Hex Logo

#bcc661 Color Hex

#BCC661
(188,198,97)
0 Favorites   0 Comments

Color spaces of #bcc661

RGB 18819897
HSL0.180.470.58
HSV66°51°78°
CMYK 0.050.000.51   0.22
XYZ43.090851.942619.0641
Yxy51.94260.37770.4552
Hunter Lab72.0712-19.400934.7666
CIE-Lab77.2465-17.817748.8822

#bcc661 color RGB value is (188,198,97).

#bcc661 hex color red value is 188, green value is 198 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bcc661 hue: 0.18 , saturation: 0.47 and the lightness value of bcc661 is 0.58.

The process color (four color CMYK) of #bcc661 color hex is 0.05, 0.00, 0.51, 0.22. Web safe color of #bcc661 is #cccc66. Color #bcc661 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000110 01100001
Octal 274 306 141
Decimal 188 198 97
Hex BC C6 61

RGB Percentages of Color #bcc661

%38.92
%40.99
%20.08

CMYK Percentages of Color #bcc661

%5
%0
%51
%22

Triadic Colors of #bcc661

#bcc661 #61bcc6 #c661bc

Analogous Colors of #bcc661

#bcc661 #8ac661 #c69e61

Monochromatic Colors of #bcc661

#bcc661

Complementary Color

#bcc661 #6b61c6

#bcc661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc661 Color CSS Codes

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

#bcc661 Text Font Color

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

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


#bcc661 Background Color

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

This div background color is #bcc661


#bcc661 Border Color

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

This div border color is #bcc661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc661


Comments

No comments written yet.

Please login to write comment.