Color Hex Logo

#bcc74e Color Hex

#BCC74E
(188,199,78)
0 Favorites   0 Comments

Color spaces of #bcc74e

RGB 18819978
HSL0.180.520.54
HSV65°61°78°
CMYK 0.060.000.61   0.22
XYZ42.537652.088315.0198
Yxy52.08830.38800.4751
Hunter Lab72.1722-21.095238.1817
CIE-Lab77.3336-19.844057.5809

#bcc74e color RGB value is (188,199,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000111 01001110
Octal 274 307 116
Decimal 188 199 78
Hex BC C7 4E

RGB Percentages of Color #bcc74e

%40.43
%42.80
%16.77

CMYK Percentages of Color #bcc74e

%6
%0
%61
%22

Triadic Colors of #bcc74e

#bcc74e #4ebcc7 #c74ebc

Analogous Colors of #bcc74e

#bcc74e #80c74e #c7964e

Monochromatic Colors of #bcc74e

#bcc74e

Complementary Color

#bcc74e #594ec7

#bcc74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc74e Color CSS Codes

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

#bcc74e Text Font Color

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

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


#bcc74e Background Color

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

This div background color is #bcc74e


#bcc74e Border Color

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

This div border color is #bcc74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc74e


Comments

No comments written yet.

Please login to write comment.