Color Hex Logo

#bcc960 Color Hex

#BCC960
(188,201,96)
0 Favorites   0 Comments

Color spaces of #bcc960

RGB 18820196
HSL0.190.490.58
HSV67°52°79°
CMYK 0.060.000.52   0.21
XYZ43.737053.309219.0508
Yxy53.30920.37670.4592
Hunter Lab73.0131-20.846335.6391
CIE-Lab78.0572-19.401650.3060

#bcc960 color RGB value is (188,201,96).

#bcc960 hex color red value is 188, green value is 201 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bcc960 hue: 0.19 , saturation: 0.49 and the lightness value of bcc960 is 0.58.

The process color (four color CMYK) of #bcc960 color hex is 0.06, 0.00, 0.52, 0.21. Web safe color of #bcc960 is #cccc66. Color #bcc960 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001001 01100000
Octal 274 311 140
Decimal 188 201 96
Hex BC C9 60

RGB Percentages of Color #bcc960

%38.76
%41.44
%19.79

CMYK Percentages of Color #bcc960

%6
%0
%52
%21

Triadic Colors of #bcc960

#bcc960 #60bcc9 #c960bc

Analogous Colors of #bcc960

#bcc960 #88c960 #c9a260

Monochromatic Colors of #bcc960

#bcc960

Complementary Color

#bcc960 #6d60c9

#bcc960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc960 Color CSS Codes

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

#bcc960 Text Font Color

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

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


#bcc960 Background Color

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

This div background color is #bcc960


#bcc960 Border Color

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

This div border color is #bcc960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc960


Comments

No comments written yet.

Please login to write comment.