Color Hex Logo

#bcc74f Color Hex

#BCC74F
(188,199,79)
0 Favorites   0 Comments

Color spaces of #bcc74f

RGB 18819979
HSL0.180.520.55
HSV66°60°78°
CMYK 0.060.000.60   0.22
XYZ42.573752.102715.2101
Yxy52.10270.38740.4742
Hunter Lab72.1822-21.038038.0341
CIE-Lab77.3422-19.772957.1611

#bcc74f color RGB value is (188,199,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000111 01001111
Octal 274 307 117
Decimal 188 199 79
Hex BC C7 4F

RGB Percentages of Color #bcc74f

%40.34
%42.70
%16.95

CMYK Percentages of Color #bcc74f

%6
%0
%60
%22

Triadic Colors of #bcc74f

#bcc74f #4fbcc7 #c74fbc

Analogous Colors of #bcc74f

#bcc74f #80c74f #c7964f

Monochromatic Colors of #bcc74f

#bcc74f

Complementary Color

#bcc74f #5a4fc7

#bcc74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc74f Color CSS Codes

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

#bcc74f Text Font Color

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

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


#bcc74f Background Color

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

This div background color is #bcc74f


#bcc74f Border Color

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

This div border color is #bcc74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc74f


Comments

No comments written yet.

Please login to write comment.