Color Hex Logo

#bcc859 Color Hex

#BCC859
(188,200,89)
0 Favorites   0 Comments

Color spaces of #bcc859

RGB 18820089
HSL0.180.500.57
HSV66°56°78°
CMYK 0.060.000.56   0.22
XYZ43.196552.721217.3507
Yxy52.72120.38140.4655
Hunter Lab72.6094-20.873836.6586
CIE-Lab77.7101-19.502253.1393

#bcc859 color RGB value is (188,200,89).

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

The process color (four color CMYK) of #bcc859 color hex is 0.06, 0.00, 0.56, 0.22. Web safe color of #bcc859 is #cccc66. Color #bcc859 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001000 01011001
Octal 274 310 131
Decimal 188 200 89
Hex BC C8 59

RGB Percentages of Color #bcc859

%39.41
%41.93
%18.66

CMYK Percentages of Color #bcc859

%6
%0
%56
%22

Triadic Colors of #bcc859

#bcc859 #59bcc8 #c859bc

Analogous Colors of #bcc859

#bcc859 #85c859 #c89d59

Monochromatic Colors of #bcc859

#bcc859

Complementary Color

#bcc859 #6559c8

#bcc859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc859 Color CSS Codes

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

#bcc859 Text Font Color

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

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


#bcc859 Background Color

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

This div background color is #bcc859


#bcc859 Border Color

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

This div border color is #bcc859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc859


Comments

No comments written yet.

Please login to write comment.