Color Hex Logo

#bcbf7a Color Hex

#BCBF7A
(188,191,122)
0 Favorites   0 Comments

Color spaces of #bcbf7a

RGB 188191122
HSL0.170.350.61
HSV63°36°75°
CMYK 0.020.000.36   0.25
XYZ42.882749.358125.6793
Yxy49.35810.36370.4186
Hunter Lab70.2553-13.993327.5074
CIE-Lab75.6736-11.657234.4903

#bcbf7a color RGB value is (188,191,122).

#bcbf7a hex color red value is 188, green value is 191 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bcbf7a hue: 0.17 , saturation: 0.35 and the lightness value of bcbf7a is 0.61.

The process color (four color CMYK) of #bcbf7a color hex is 0.02, 0.00, 0.36, 0.25. Web safe color of #bcbf7a is #cccc66. Color #bcbf7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 01111010
Octal 274 277 172
Decimal 188 191 122
Hex BC BF 7A

RGB Percentages of Color #bcbf7a

%37.52
%38.12
%24.35

CMYK Percentages of Color #bcbf7a

%2
%0
%36
%25

Triadic Colors of #bcbf7a

#bcbf7a #7abcbf #bf7abc

Analogous Colors of #bcbf7a

#bcbf7a #9abf7a #bfa07a

Monochromatic Colors of #bcbf7a

#bcbf7a

Complementary Color

#bcbf7a #7d7abf

#bcbf7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbf7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbf7a Color CSS Codes

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

#bcbf7a Text Font Color

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

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


#bcbf7a Background Color

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

This div background color is #bcbf7a


#bcbf7a Border Color

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

This div border color is #bcbf7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbf7a


Comments

No comments written yet.

Please login to write comment.