Color Hex Logo

#bcc257 Color Hex

#BCC257
(188,194,87)
0 Favorites   0 Comments

Color spaces of #bcc257

RGB 18819487
HSL0.180.470.55
HSV63°55°76°
CMYK 0.030.000.55   0.24
XYZ41.751149.963116.4601
Yxy49.96310.38600.4619
Hunter Lab70.6846-18.263835.6725
CIE-Lab76.0466-16.668452.1591

#bcc257 color RGB value is (188,194,87).

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

The process color (four color CMYK) of #bcc257 color hex is 0.03, 0.00, 0.55, 0.24. Web safe color of #bcc257 is #cccc66. Color #bcc257 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 01010111
Octal 274 302 127
Decimal 188 194 87
Hex BC C2 57

RGB Percentages of Color #bcc257

%40.09
%41.36
%18.55

CMYK Percentages of Color #bcc257

%3
%0
%55
%24

Triadic Colors of #bcc257

#bcc257 #57bcc2 #c257bc

Analogous Colors of #bcc257

#bcc257 #87c257 #c29357

Monochromatic Colors of #bcc257

#bcc257

Complementary Color

#bcc257 #5d57c2

#bcc257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc257 Color CSS Codes

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

#bcc257 Text Font Color

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

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


#bcc257 Background Color

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

This div background color is #bcc257


#bcc257 Border Color

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

This div border color is #bcc257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc257


Comments

No comments written yet.

Please login to write comment.