Color Hex Logo

#bcc559 Color Hex

#BCC559
(188,197,89)
0 Favorites   0 Comments

Color spaces of #bcc559

RGB 18819789
HSL0.180.480.56
HSV65°55°77°
CMYK 0.050.000.55   0.23
XYZ42.508551.345117.1214
Yxy51.34510.38300.4627
Hunter Lab71.6555-19.504835.9921
CIE-Lab76.8876-18.008752.2009

#bcc559 color RGB value is (188,197,89).

#bcc559 hex color red value is 188, green value is 197 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bcc559 hue: 0.18 , saturation: 0.48 and the lightness value of bcc559 is 0.56.

The process color (four color CMYK) of #bcc559 color hex is 0.05, 0.00, 0.55, 0.23. Web safe color of #bcc559 is #cccc66. Color #bcc559 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 01011001
Octal 274 305 131
Decimal 188 197 89
Hex BC C5 59

RGB Percentages of Color #bcc559

%39.66
%41.56
%18.78

CMYK Percentages of Color #bcc559

%5
%0
%55
%23

Triadic Colors of #bcc559

#bcc559 #59bcc5 #c559bc

Analogous Colors of #bcc559

#bcc559 #86c559 #c59859

Monochromatic Colors of #bcc559

#bcc559

Complementary Color

#bcc559 #6259c5

#bcc559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc559 Color CSS Codes

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

#bcc559 Text Font Color

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

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


#bcc559 Background Color

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

This div background color is #bcc559


#bcc559 Border Color

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

This div border color is #bcc559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc559


Comments

No comments written yet.

Please login to write comment.