Color Hex Logo

#bfca5e Color Hex

#BFCA5E
(191,202,94)
0 Favorites   0 Comments

Color spaces of #bfca5e

RGB 19120294
HSL0.180.500.58
HSV66°53°79°
CMYK 0.050.000.53   0.21
XYZ44.626854.125618.6849
Yxy54.12560.38000.4609
Hunter Lab73.5701-20.471636.4409
CIE-Lab78.5349-18.860551.8504

#bfca5e color RGB value is (191,202,94).

#bfca5e hex color red value is 191, green value is 202 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bfca5e hue: 0.18 , saturation: 0.50 and the lightness value of bfca5e is 0.58.

The process color (four color CMYK) of #bfca5e color hex is 0.05, 0.00, 0.53, 0.21. Web safe color of #bfca5e is #cccc66. Color #bfca5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001010 01011110
Octal 277 312 136
Decimal 191 202 94
Hex BF CA 5E

RGB Percentages of Color #bfca5e

%39.22
%41.48
%19.30

CMYK Percentages of Color #bfca5e

%5
%0
%53
%21

Triadic Colors of #bfca5e

#bfca5e #5ebfca #ca5ebf

Analogous Colors of #bfca5e

#bfca5e #89ca5e #ca9f5e

Monochromatic Colors of #bfca5e

#bfca5e

Complementary Color

#bfca5e #695eca

#bfca5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfca5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfca5e Color CSS Codes

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

#bfca5e Text Font Color

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

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


#bfca5e Background Color

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

This div background color is #bfca5e


#bfca5e Border Color

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

This div border color is #bfca5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfca5e


Comments

No comments written yet.

Please login to write comment.