Color Hex Logo

#bfcf7b Color Hex

#BFCF7B
(191,207,123)
0 Favorites   0 Comments

Color spaces of #bfcf7b

RGB 191207123
HSL0.200.470.65
HSV71°41°81°
CMYK 0.080.000.41   0.19
XYZ47.373857.132127.2696
Yxy57.13210.35950.4336
Hunter Lab75.5858-20.399331.5196
CIE-Lab80.2538-18.454139.8875

#bfcf7b color RGB value is (191,207,123).

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

The process color (four color CMYK) of #bfcf7b color hex is 0.08, 0.00, 0.41, 0.19. Web safe color of #bfcf7b is #cccc66. Color #bfcf7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001111 01111011
Octal 277 317 173
Decimal 191 207 123
Hex BF CF 7B

RGB Percentages of Color #bfcf7b

%36.66
%39.73
%23.61

CMYK Percentages of Color #bfcf7b

%8
%0
%41
%19

Triadic Colors of #bfcf7b

#bfcf7b #7bbfcf #cf7bbf

Analogous Colors of #bfcf7b

#bfcf7b #95cf7b #cfb57b

Monochromatic Colors of #bfcf7b

#bfcf7b

Complementary Color

#bfcf7b #8b7bcf

#bfcf7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcf7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcf7b Color CSS Codes

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

#bfcf7b Text Font Color

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

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


#bfcf7b Background Color

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

This div background color is #bfcf7b


#bfcf7b Border Color

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

This div border color is #bfcf7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcf7b


Comments

No comments written yet.

Please login to write comment.