Color Hex Logo

#bfca3e Color Hex

#BFCA3E
(191,202,62)
0 Favorites   0 Comments

Color spaces of #bfca3e

RGB 19120262
HSL0.180.570.52
HSV65°69°79°
CMYK 0.050.000.69   0.21
XYZ43.475953.665212.6244
Yxy53.66520.39610.4889
Hunter Lab73.2565-22.263741.0620
CIE-Lab78.2661-21.071765.0033

#bfca3e color RGB value is (191,202,62).

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

The process color (four color CMYK) of #bfca3e color hex is 0.05, 0.00, 0.69, 0.21. Web safe color of #bfca3e is #cccc33. Color #bfca3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001010 00111110
Octal 277 312 76
Decimal 191 202 62
Hex BF CA 3E

RGB Percentages of Color #bfca3e

%41.98
%44.40
%13.63

CMYK Percentages of Color #bfca3e

%5
%0
%69
%21

Triadic Colors of #bfca3e

#bfca3e #3ebfca #ca3ebf

Analogous Colors of #bfca3e

#bfca3e #79ca3e #ca8f3e

Monochromatic Colors of #bfca3e

#bfca3e

Complementary Color

#bfca3e #493eca

#bfca3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfca3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfca3e Color CSS Codes

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

#bfca3e Text Font Color

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

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


#bfca3e Background Color

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

This div background color is #bfca3e


#bfca3e Border Color

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

This div border color is #bfca3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfca3e


Comments

No comments written yet.

Please login to write comment.