Color Hex Logo

#bfcb7c Color Hex

#BFCB7C
(191,203,124)
0 Favorites   0 Comments

Color spaces of #bfcb7c

RGB 191203124
HSL0.190.430.64
HSV69°39°80°
CMYK 0.060.000.39   0.20
XYZ46.479955.243527.2821
Yxy55.24350.36030.4282
Hunter Lab74.3260-18.445130.2652
CIE-Lab79.1813-16.340538.0190

#bfcb7c color RGB value is (191,203,124).

#bfcb7c hex color red value is 191, green value is 203 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bfcb7c hue: 0.19 , saturation: 0.43 and the lightness value of bfcb7c is 0.64.

The process color (four color CMYK) of #bfcb7c color hex is 0.06, 0.00, 0.39, 0.20. Web safe color of #bfcb7c is #cccc66. Color #bfcb7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001011 01111100
Octal 277 313 174
Decimal 191 203 124
Hex BF CB 7C

RGB Percentages of Color #bfcb7c

%36.87
%39.19
%23.94

CMYK Percentages of Color #bfcb7c

%6
%0
%39
%20

Triadic Colors of #bfcb7c

#bfcb7c #7cbfcb #cb7cbf

Analogous Colors of #bfcb7c

#bfcb7c #98cb7c #cbb07c

Monochromatic Colors of #bfcb7c

#bfcb7c

Complementary Color

#bfcb7c #887ccb

#bfcb7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcb7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcb7c Color CSS Codes

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

#bfcb7c Text Font Color

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

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


#bfcb7c Background Color

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

This div background color is #bfcb7c


#bfcb7c Border Color

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

This div border color is #bfcb7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcb7c


Comments

No comments written yet.

Please login to write comment.