Color Hex Logo

#bcc67f Color Hex

#BCC67F
(188,198,127)
0 Favorites   0 Comments

Color spaces of #bcc67f

RGB 188198127
HSL0.190.380.64
HSV68°36°78°
CMYK 0.050.000.36   0.22
XYZ44.763952.611827.8745
Yxy52.61180.35740.4201
Hunter Lab72.5340-16.774327.9889
CIE-Lab77.6452-14.628134.4645

#bcc67f color RGB value is (188,198,127).

#bcc67f hex color red value is 188, green value is 198 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bcc67f hue: 0.19 , saturation: 0.38 and the lightness value of bcc67f is 0.64.

The process color (four color CMYK) of #bcc67f color hex is 0.05, 0.00, 0.36, 0.22. Web safe color of #bcc67f is #cccc66. Color #bcc67f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000110 01111111
Octal 274 306 177
Decimal 188 198 127
Hex BC C6 7F

RGB Percentages of Color #bcc67f

%36.65
%38.60
%24.76

CMYK Percentages of Color #bcc67f

%5
%0
%36
%22

Triadic Colors of #bcc67f

#bcc67f #7fbcc6 #c67fbc

Analogous Colors of #bcc67f

#bcc67f #99c67f #c6ad7f

Monochromatic Colors of #bcc67f

#bcc67f

Complementary Color

#bcc67f #897fc6

#bcc67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc67f Color CSS Codes

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

#bcc67f Text Font Color

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

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


#bcc67f Background Color

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

This div background color is #bcc67f


#bcc67f Border Color

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

This div border color is #bcc67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc67f


Comments

No comments written yet.

Please login to write comment.