Color Hex Logo

#bcc379 Color Hex

#BCC379
(188,195,121)
0 Favorites   0 Comments

Color spaces of #bcc379

RGB 188195121
HSL0.180.380.62
HSV66°38°76°
CMYK 0.040.000.38   0.24
XYZ43.705351.102125.6493
Yxy51.10210.36280.4242
Hunter Lab71.4857-15.967828.7666
CIE-Lab76.7408-13.820836.3786

#bcc379 color RGB value is (188,195,121).

#bcc379 hex color red value is 188, green value is 195 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #bcc379 hue: 0.18 , saturation: 0.38 and the lightness value of bcc379 is 0.62.

The process color (four color CMYK) of #bcc379 color hex is 0.04, 0.00, 0.38, 0.24. Web safe color of #bcc379 is #cccc66. Color #bcc379 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000011 01111001
Octal 274 303 171
Decimal 188 195 121
Hex BC C3 79

RGB Percentages of Color #bcc379

%37.30
%38.69
%24.01

CMYK Percentages of Color #bcc379

%4
%0
%38
%24

Triadic Colors of #bcc379

#bcc379 #79bcc3 #c379bc

Analogous Colors of #bcc379

#bcc379 #97c379 #c3a579

Monochromatic Colors of #bcc379

#bcc379

Complementary Color

#bcc379 #8079c3

#bcc379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc379 Color CSS Codes

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

#bcc379 Text Font Color

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

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


#bcc379 Background Color

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

This div background color is #bcc379


#bcc379 Border Color

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

This div border color is #bcc379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc379


Comments

No comments written yet.

Please login to write comment.