Color Hex Logo

#bfcb4d Color Hex

#BFCB4D
(191,203,77)
0 Favorites   0 Comments

Color spaces of #bfcb4d

RGB 19120377
HSL0.180.550.55
HSV66°62°80°
CMYK 0.060.000.62   0.20
XYZ44.181354.324115.1782
Yxy54.32410.38860.4779
Hunter Lab73.7049-21.984439.3837
CIE-Lab78.6503-20.655559.4891

#bfcb4d color RGB value is (191,203,77).

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

The process color (four color CMYK) of #bfcb4d color hex is 0.06, 0.00, 0.62, 0.20. Web safe color of #bfcb4d is #cccc66. Color #bfcb4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001011 01001101
Octal 277 313 115
Decimal 191 203 77
Hex BF CB 4D

RGB Percentages of Color #bfcb4d

%40.55
%43.10
%16.35

CMYK Percentages of Color #bfcb4d

%6
%0
%62
%20

Triadic Colors of #bfcb4d

#bfcb4d #4dbfcb #cb4dbf

Analogous Colors of #bfcb4d

#bfcb4d #80cb4d #cb984d

Monochromatic Colors of #bfcb4d

#bfcb4d

Complementary Color

#bfcb4d #594dcb

#bfcb4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcb4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcb4d Color CSS Codes

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

#bfcb4d Text Font Color

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

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


#bfcb4d Background Color

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

This div background color is #bfcb4d


#bfcb4d Border Color

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

This div border color is #bfcb4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcb4d


Comments

No comments written yet.

Please login to write comment.