Color Hex Logo

#bcc061 Color Hex

#BCC061
(188,192,97)
0 Favorites   0 Comments

Color spaces of #bcc061

RGB 18819297
HSL0.170.430.57
HSV63°49°75°
CMYK 0.020.000.49   0.25
XYZ41.746349.253718.6159
Yxy49.25370.38080.4493
Hunter Lab70.1810-16.638233.3997
CIE-Lab75.6089-14.796246.9425

#bcc061 color RGB value is (188,192,97).

#bcc061 hex color red value is 188, green value is 192 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bcc061 hue: 0.17 , saturation: 0.43 and the lightness value of bcc061 is 0.57.

The process color (four color CMYK) of #bcc061 color hex is 0.02, 0.00, 0.49, 0.25. Web safe color of #bcc061 is #cccc66. Color #bcc061 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 01100001
Octal 274 300 141
Decimal 188 192 97
Hex BC C0 61

RGB Percentages of Color #bcc061

%39.41
%40.25
%20.34

CMYK Percentages of Color #bcc061

%2
%0
%49
%25

Triadic Colors of #bcc061

#bcc061 #61bcc0 #c061bc

Analogous Colors of #bcc061

#bcc061 #8dc061 #c09561

Monochromatic Colors of #bcc061

#bcc061

Complementary Color

#bcc061 #6561c0

#bcc061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc061 Color CSS Codes

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

#bcc061 Text Font Color

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

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


#bcc061 Background Color

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

This div background color is #bcc061


#bcc061 Border Color

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

This div border color is #bcc061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc061


Comments

No comments written yet.

Please login to write comment.