Color Hex Logo

#bcc957 Color Hex

#BCC957
(188,201,87)
0 Favorites   0 Comments

Color spaces of #bcc957

RGB 18820187
HSL0.190.510.56
HSV67°57°79°
CMYK 0.060.000.57   0.21
XYZ43.346053.152816.9918
Yxy53.15280.38190.4683
Hunter Lab72.9060-21.458937.2158
CIE-Lab77.9651-20.158554.3318

#bcc957 color RGB value is (188,201,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001001 01010111
Octal 274 311 127
Decimal 188 201 87
Hex BC C9 57

RGB Percentages of Color #bcc957

%39.50
%42.23
%18.28

CMYK Percentages of Color #bcc957

%6
%0
%57
%21

Triadic Colors of #bcc957

#bcc957 #57bcc9 #c957bc

Analogous Colors of #bcc957

#bcc957 #83c957 #c99d57

Monochromatic Colors of #bcc957

#bcc957

Complementary Color

#bcc957 #6457c9

#bcc957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc957 Color CSS Codes

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

#bcc957 Text Font Color

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

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


#bcc957 Background Color

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

This div background color is #bcc957


#bcc957 Border Color

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

This div border color is #bcc957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc957


Comments

No comments written yet.

Please login to write comment.