Color Hex Logo

#bfc17c Color Hex

#BFC17C
(191,193,124)
0 Favorites   0 Comments

Color spaces of #bfc17c

RGB 191193124
HSL0.170.360.62
HSV62°36°76°
CMYK 0.010.000.36   0.24
XYZ44.193950.671526.5201
Yxy50.67150.36410.4174
Hunter Lab71.1839-13.751727.7398
CIE-Lab76.4796-11.262034.5459

#bfc17c color RGB value is (191,193,124).

#bfc17c hex color red value is 191, green value is 193 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bfc17c hue: 0.17 , saturation: 0.36 and the lightness value of bfc17c is 0.62.

The process color (four color CMYK) of #bfc17c color hex is 0.01, 0.00, 0.36, 0.24. Web safe color of #bfc17c is #cccc66. Color #bfc17c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000001 01111100
Octal 277 301 174
Decimal 191 193 124
Hex BF C1 7C

RGB Percentages of Color #bfc17c

%37.60
%37.99
%24.41

CMYK Percentages of Color #bfc17c

%1
%0
%36
%24

Triadic Colors of #bfc17c

#bfc17c #7cbfc1 #c17cbf

Analogous Colors of #bfc17c

#bfc17c #9dc17c #c1a17c

Monochromatic Colors of #bfc17c

#bfc17c

Complementary Color

#bfc17c #7e7cc1

#bfc17c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc17c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc17c Color CSS Codes

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

#bfc17c Text Font Color

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

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


#bfc17c Background Color

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

This div background color is #bfc17c


#bfc17c Border Color

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

This div border color is #bfc17c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,193,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 #bfc17c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc17c


Comments

No comments written yet.

Please login to write comment.