Color Hex Logo

#bfc290 Color Hex

#BFC290
(191,194,144)
0 Favorites   0 Comments

Color spaces of #bfc290

RGB 191194144
HSL0.180.290.66
HSV64°26°76°
CMYK 0.020.000.26   0.24
XYZ45.811751.673633.9450
Yxy51.67360.34860.3932
Hunter Lab71.8844-12.040122.3213
CIE-Lab77.0853-9.202524.8786

#bfc290 color RGB value is (191,194,144).

#bfc290 hex color red value is 191, green value is 194 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bfc290 hue: 0.18 , saturation: 0.29 and the lightness value of bfc290 is 0.66.

The process color (four color CMYK) of #bfc290 color hex is 0.02, 0.00, 0.26, 0.24. Web safe color of #bfc290 is #cccc99. Color #bfc290 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000010 10010000
Octal 277 302 220
Decimal 191 194 144
Hex BF C2 90

RGB Percentages of Color #bfc290

%36.11
%36.67
%27.22

CMYK Percentages of Color #bfc290

%2
%0
%26
%24

Triadic Colors of #bfc290

#bfc290 #90bfc2 #c290bf

Analogous Colors of #bfc290

#bfc290 #a6c290 #c2ac90

Monochromatic Colors of #bfc290

#bfc290

Complementary Color

#bfc290 #9390c2

#bfc290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc290 Color CSS Codes

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

#bfc290 Text Font Color

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

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


#bfc290 Background Color

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

This div background color is #bfc290


#bfc290 Border Color

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

This div border color is #bfc290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc290


Comments

No comments written yet.

Please login to write comment.