Color Hex Logo

#bfcb4b Color Hex

#BFCB4B
(191,203,75)
0 Favorites   0 Comments

Color spaces of #bfcb4b

RGB 19120375
HSL0.180.550.55
HSV66°63°80°
CMYK 0.060.000.63   0.20
XYZ44.111854.296214.8119
Yxy54.29620.38960.4796
Hunter Lab73.6860-22.092139.6621
CIE-Lab78.6341-20.788860.3022

#bfcb4b color RGB value is (191,203,75).

#bfcb4b hex color red value is 191, green value is 203 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bfcb4b hue: 0.18 , saturation: 0.55 and the lightness value of bfcb4b is 0.55.

The process color (four color CMYK) of #bfcb4b color hex is 0.06, 0.00, 0.63, 0.20. Web safe color of #bfcb4b is #cccc33. Color #bfcb4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001011 01001011
Octal 277 313 113
Decimal 191 203 75
Hex BF CB 4B

RGB Percentages of Color #bfcb4b

%40.72
%43.28
%15.99

CMYK Percentages of Color #bfcb4b

%6
%0
%63
%20

Triadic Colors of #bfcb4b

#bfcb4b #4bbfcb #cb4bbf

Analogous Colors of #bfcb4b

#bfcb4b #7fcb4b #cb974b

Monochromatic Colors of #bfcb4b

#bfcb4b

Complementary Color

#bfcb4b #574bcb

#bfcb4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcb4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcb4b Color CSS Codes

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

#bfcb4b Text Font Color

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

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


#bfcb4b Background Color

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

This div background color is #bfcb4b


#bfcb4b Border Color

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

This div border color is #bfcb4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcb4b


Comments

No comments written yet.

Please login to write comment.