Color Hex Logo

#bfcd7f Color Hex

#BFCD7F
(191,205,127)
0 Favorites   0 Comments

Color spaces of #bfcd7f

RGB 191205127
HSL0.200.440.65
HSV71°38°80°
CMYK 0.070.000.38   0.20
XYZ47.147956.271328.4552
Yxy56.27130.35750.4267
Hunter Lab75.0142-19.084130.0194
CIE-Lab79.7680-16.991037.2486

#bfcd7f color RGB value is (191,205,127).

#bfcd7f hex color red value is 191, green value is 205 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bfcd7f hue: 0.20 , saturation: 0.44 and the lightness value of bfcd7f is 0.65.

The process color (four color CMYK) of #bfcd7f color hex is 0.07, 0.00, 0.38, 0.20. Web safe color of #bfcd7f is #cccc66. Color #bfcd7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001101 01111111
Octal 277 315 177
Decimal 191 205 127
Hex BF CD 7F

RGB Percentages of Color #bfcd7f

%36.52
%39.20
%24.28

CMYK Percentages of Color #bfcd7f

%7
%0
%38
%20

Triadic Colors of #bfcd7f

#bfcd7f #7fbfcd #cd7fbf

Analogous Colors of #bfcd7f

#bfcd7f #98cd7f #cdb47f

Monochromatic Colors of #bfcd7f

#bfcd7f

Complementary Color

#bfcd7f #8d7fcd

#bfcd7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcd7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcd7f Color CSS Codes

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

#bfcd7f Text Font Color

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

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


#bfcd7f Background Color

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

This div background color is #bfcd7f


#bfcd7f Border Color

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

This div border color is #bfcd7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcd7f


Comments

No comments written yet.

Please login to write comment.