Color Hex Logo

#bcc459 Color Hex

#BCC459
(188,196,89)
0 Favorites   0 Comments

Color spaces of #bcc459

RGB 18819689
HSL0.180.480.56
HSV64°55°77°
CMYK 0.040.000.55   0.23
XYZ42.282150.892517.0459
Yxy50.89250.38360.4617
Hunter Lab71.3390-19.047535.7704
CIE-Lab76.6138-17.508851.8879

#bcc459 color RGB value is (188,196,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000100 01011001
Octal 274 304 131
Decimal 188 196 89
Hex BC C4 59

RGB Percentages of Color #bcc459

%39.75
%41.44
%18.82

CMYK Percentages of Color #bcc459

%4
%0
%55
%23

Triadic Colors of #bcc459

#bcc459 #59bcc4 #c459bc

Analogous Colors of #bcc459

#bcc459 #87c459 #c49759

Monochromatic Colors of #bcc459

#bcc459

Complementary Color

#bcc459 #6159c4

#bcc459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc459 Color CSS Codes

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

#bcc459 Text Font Color

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

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


#bcc459 Background Color

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

This div background color is #bcc459


#bcc459 Border Color

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

This div border color is #bcc459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc459


Comments

No comments written yet.

Please login to write comment.