Color Hex Logo

#bfc88c Color Hex

#BFC88C
(191,200,140)
0 Favorites   0 Comments

Color spaces of #bfc88c

RGB 191200140
HSL0.190.350.67
HSV69°30°78°
CMYK 0.050.000.30   0.22
XYZ46.873854.278432.8172
Yxy54.27840.34990.4052
Hunter Lab73.6739-15.361625.1616
CIE-Lab78.6238-12.827729.0501

#bfc88c color RGB value is (191,200,140).

#bfc88c hex color red value is 191, green value is 200 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bfc88c hue: 0.19 , saturation: 0.35 and the lightness value of bfc88c is 0.67.

The process color (four color CMYK) of #bfc88c color hex is 0.05, 0.00, 0.30, 0.22. Web safe color of #bfc88c is #cccc99. Color #bfc88c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001000 10001100
Octal 277 310 214
Decimal 191 200 140
Hex BF C8 8C

RGB Percentages of Color #bfc88c

%35.97
%37.66
%26.37

CMYK Percentages of Color #bfc88c

%5
%0
%30
%22

Triadic Colors of #bfc88c

#bfc88c #8cbfc8 #c88cbf

Analogous Colors of #bfc88c

#bfc88c #a1c88c #c8b38c

Monochromatic Colors of #bfc88c

#bfc88c

Complementary Color

#bfc88c #958cc8

#bfc88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc88c Color CSS Codes

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

#bfc88c Text Font Color

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

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


#bfc88c Background Color

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

This div background color is #bfc88c


#bfc88c Border Color

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

This div border color is #bfc88c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc88c


Comments

No comments written yet.

Please login to write comment.