Color Hex Logo

#bfca1f Color Hex

#BFCA1F
(191,202,31)
0 Favorites   0 Comments

Color spaces of #bfca1f

RGB 19120231
HSL0.180.730.46
HSV64°85°79°
CMYK 0.050.000.85   0.21
XYZ42.853753.41649.3481
Yxy53.41640.40570.5057
Hunter Lab73.0865-23.239443.5771
CIE-Lab78.1202-22.289574.0459

#bfca1f color RGB value is (191,202,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001010 00011111
Octal 277 312 37
Decimal 191 202 31
Hex BF CA 1F

RGB Percentages of Color #bfca1f

%45.05
%47.64
%7.31

CMYK Percentages of Color #bfca1f

%5
%0
%85
%21

Triadic Colors of #bfca1f

#bfca1f #1fbfca #ca1fbf

Analogous Colors of #bfca1f

#bfca1f #6aca1f #ca801f

Monochromatic Colors of #bfca1f

#bfca1f

Complementary Color

#bfca1f #2a1fca

#bfca1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfca1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfca1f Color CSS Codes

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

#bfca1f Text Font Color

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

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


#bfca1f Background Color

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

This div background color is #bfca1f


#bfca1f Border Color

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

This div border color is #bfca1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfca1f


Comments

No comments written yet.

Please login to write comment.